#662165

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

Shades of Palatinate Purple #662165

Tints of Palatinate Purple #662165

Color information

#662165 (or 0x662165) is unknown color: approx Palatinate Purple. HEX triplet: 66, 21 and 65. RGB value is (102,33,101). Sum of RGB (Red+Green+Blue) = 102+33+101=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #662165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662165 is #99DE9A. Grayscale: #3D3D3D. Windows color (decimal): -10083995 or 6627686. OLE color: 6627686.

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

Color convert

RGB10233101-
CMYK00.680.010.6
HSL300.87º51.11%26.47%-
HSV(B)300.87º67.65%40%-
XYZ8.374.8512.81-
YUV61.38150.36156.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=43.22%
G=13.98%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1023310100.680.010.6300.8751.1126.47
Hex66216504413C12d331a
Octal1464114501041744556332
Binary1100110100001110010101000100111110010010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662165; }

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

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

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

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

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

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

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

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