#662465

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

Shades of Palatinate Purple #662465

Tints of Palatinate Purple #662465

Color information

#662465 (or 0x662465) is unknown color: approx Palatinate Purple. HEX triplet: 66, 24 and 65. RGB value is (102,36,101). Sum of RGB (Red+Green+Blue) = 102+36+101=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #662465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662465 is #99DB9A. Grayscale: #3E3E3E. Windows color (decimal): -10083227 or 6628454. OLE color: 6628454.

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

Color convert

RGB10236101-
CMYK00.650.010.6
HSL300.91º47.83%27.06%-
HSV(B)300.91º64.71%40%-
XYZ8.465.0312.84-
YUV63.14149.37155.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 101 (39.84% from 255) = 42.26%
R=42.68%
G=15.06%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1023610100.650.010.6300.9147.8327.06
Hex66246504113C12d301b
Octal1464414501011744556033
Binary1100110100100110010101000001111110010010110111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662465; }

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

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

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

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

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

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

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

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