#67106B

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

Shades of Palatinate Purple #67106B

Tints of Palatinate Purple #67106B

Color information

#67106B (or 0x67106B) is unknown color: approx Palatinate Purple. HEX triplet: 67, 10 and 6B. RGB value is (103,16,107). Sum of RGB (Red+Green+Blue) = 103+16+107=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #67106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67106B is #98EF94. Grayscale: #343434. Windows color (decimal): -10022805 or 7016551. OLE color: 7016551.

HSL color Cylindrical-coordinate representation of color #67106B: hue angle of 297.36º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67106B is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10316107-
CMYK0.040.8500.58
HSL297.36º73.98%24.12%-
HSV(B)297.36º85.05%41.96%-
XYZ8.434.3214.3-
YUV52.39158.82164.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.58%
GREEN value IS 16 (6.64% from 255) = 7.08%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=45.58%
G=7.08%
B=47.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103161070.040.8500.58297.3673.9824.12
Hex67106B45503A1294a18
Octal14720153412507245111230
Binary110011110000110101110010101010111010100101001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67106B; }

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

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

<style>
 a { background-color: #67106B; }

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

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

<style>
 span { border-color: #67106B; }

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

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