#662860

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

Shades of Palatinate Purple #662860

Tints of Palatinate Purple #662860

Color information

#662860 (or 0x662860) is unknown color: approx Palatinate Purple. HEX triplet: 66, 28 and 60. RGB value is (102,40,96). Sum of RGB (Red+Green+Blue) = 102+40+96=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #662860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662860 is #99D79F. Grayscale: #404040. Windows color (decimal): -10082208 or 6301798. OLE color: 6301798.

HSL color Cylindrical-coordinate representation of color #662860: hue angle of 305.81º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662860 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB1024096-
CMYK00.610.060.6
HSL305.81º43.66%27.84%-
HSV(B)305.81º60.78%40%-
XYZ8.355.1911.63-
YUV64.92145.54154.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=42.86%
G=16.81%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102409600.610.060.6305.8143.6627.84
Hex66286003D63C1322c1c
Octal146501400756744625434
Binary11001101010001100000011110111011110010011001010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662860; }

 p { color: rgb(102,40,96); }

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

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

 a { background-color: rgb(102,40,96); }

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

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

 span { border-color: rgb(102,40,96); }

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