#662167

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

Shades of Palatinate Purple #662167

Tints of Palatinate Purple #662167

Color information

#662167 (or 0x662167) is unknown color: approx Palatinate Purple. HEX triplet: 66, 21 and 67. RGB value is (102,33,103). Sum of RGB (Red+Green+Blue) = 102+33+103=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #662167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662167 is #99DE98. Grayscale: #3D3D3D. Windows color (decimal): -10083993 or 6758758. OLE color: 6758758.

HSL color Cylindrical-coordinate representation of color #662167: hue angle of 299.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662167 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10233103-
CMYK0.010.6800.60
HSL299.14º51.47%26.67%-
HSV(B)299.14º67.96%40.39%-
XYZ8.474.8913.33-
YUV61.61151.36156.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 103 (40.62% from 255) = 43.28%
R=42.86%
G=13.87%
B=43.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102331030.010.6800.60299.1451.4726.67
Hex66216714403C12b331b
Octal1464114711040744536333
Binary1100110100001110011111000100011110010010101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662167; }

 p { color: rgb(102,33,103); }

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

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

 a { background-color: rgb(102,33,103); }

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

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

 span { border-color: rgb(102,33,103); }

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