#662065

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

Shades of Palatinate Purple #662065

Tints of Palatinate Purple #662065

Color information

#662065 (or 0x662065) is unknown color: approx Palatinate Purple. HEX triplet: 66, 20 and 65. RGB value is (102,32,101). Sum of RGB (Red+Green+Blue) = 102+32+101=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #662065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662065 is #99DF9A. Grayscale: #3C3C3C. Windows color (decimal): -10084251 or 6627430. OLE color: 6627430.

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

Color convert

RGB10232101-
CMYK00.690.010.6
HSL300.86º52.24%26.27%-
HSV(B)300.86º68.63%40%-
XYZ8.344.812.8-
YUV60.8150.69157.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=43.40%
G=13.62%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1023210100.690.010.6300.8652.2426.27
Hex66206504513C12d341a
Octal1464014501051744556432
Binary1100110100000110010101000101111110010010110111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662065; }

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

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

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

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

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

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

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

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