#67105C

Color #67105C Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #67105C

Tints of Palatinate Purple #67105C

Color information

#67105C (or 0x67105C) is unknown color: approx Palatinate Purple. HEX triplet: 67, 10 and 5C. RGB value is (103,16,92). Sum of RGB (Red+Green+Blue) = 103+16+92=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #67105C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67105C is #98EFA3. Grayscale: #323232. Windows color (decimal): -10022820 or 6033511. OLE color: 6033511.

HSL color Cylindrical-coordinate representation of color #67105C: hue angle of 307.59º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #67105C is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1031692-
CMYK00.840.110.60
HSL307.59º73.11%23.33%-
HSV(B)307.59º84.47%40.39%-
XYZ7.714.0310.5-
YUV50.68151.32165.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 48.82%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=48.82%
G=7.58%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103169200.840.110.60307.5973.1123.33
Hex67105C054B3C1344917
Octal147201340124137446411127
Binary1100111100001011100010101001011111100100110100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67105C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67105C; }

 p { color: rgb(103,16,92); }

 H1.HeaderClassName
 {
   color: #67105C;
 }
 .AnyTagClassName
 {
   color: #67105C;
 }
</style>
background-color css

<style>
 a { background-color: #67105C; }

 a { background-color: rgb(103,16,92); }

 div.DivClassName
 {
   background-color: #67105C;
 }
 .BgClassName
 {
   background-color: #67105C;
 }
</style>
border-color css

<style>
 span { border-color: #67105C; }

 span { border-color: rgb(103,16,92); }

 td.TdClassName
 {
   border-color: #67105C;
 }
 .TagClassName
 {
   border-color: #67105C;
 }
</style>