#662468

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

Shades of Palatinate Purple #662468

Tints of Palatinate Purple #662468

Color information

#662468 (or 0x662468) is unknown color: approx Palatinate Purple. HEX triplet: 66, 24 and 68. RGB value is (102,36,104). Sum of RGB (Red+Green+Blue) = 102+36+104=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #662468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662468 is #99DB97. Grayscale: #3F3F3F. Windows color (decimal): -10083224 or 6825062. OLE color: 6825062.

HSL color Cylindrical-coordinate representation of color #662468: hue angle of 298.24º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #662468 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10236104-
CMYK0.020.6500.59
HSL298.24º48.57%27.45%-
HSV(B)298.24º65.38%40.78%-
XYZ8.615.0913.62-
YUV63.49150.87155.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=42.15%
G=14.88%
B=42.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102361040.020.6500.59298.2448.5727.45
Hex66246824103B12a311b
Octal1464415021010734526133
Binary11001101001001101000101000001011101110010101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662468; }

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

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

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

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

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

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

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

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