#662069

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

Shades of Palatinate Purple #662069

Tints of Palatinate Purple #662069

Color information

#662069 (or 0x662069) is unknown color: approx Palatinate Purple. HEX triplet: 66, 20 and 69. RGB value is (102,32,105). Sum of RGB (Red+Green+Blue) = 102+32+105=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #662069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662069 is #99DF96. Grayscale: #3D3D3D. Windows color (decimal): -10084247 or 6889574. OLE color: 6889574.

HSL color Cylindrical-coordinate representation of color #662069: hue angle of 297.53º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #662069 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10232105-
CMYK0.030.7000.59
HSL297.53º53.28%26.86%-
HSV(B)297.53º69.52%41.18%-
XYZ8.554.8813.86-
YUV61.25152.69157.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=42.68%
G=13.39%
B=43.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102321050.030.7000.59297.5353.2826.86
Hex66206934603B12a351b
Octal1464015131060734526533
Binary11001101000001101001111000110011101110010101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662069; }

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

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

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

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

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

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

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

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