#662C63

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

Shades of Palatinate Purple #662C63

Tints of Palatinate Purple #662C63

Color information

#662C63 (or 0x662C63) is unknown color: approx Palatinate Purple. HEX triplet: 66, 2C and 63. RGB value is (102,44,99). Sum of RGB (Red+Green+Blue) = 102+44+99=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #662C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662C63 is #99D39C. Grayscale: #434343. Windows color (decimal): -10081181 or 6499430. OLE color: 6499430.

HSL color Cylindrical-coordinate representation of color #662C63: hue angle of 303.1º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #662C63 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB1024499-
CMYK00.570.030.6
HSL303.1º39.73%28.63%-
HSV(B)303.1º56.86%40%-
XYZ8.635.5312.42-
YUV67.61145.72152.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.63%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=41.63%
G=17.96%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102449900.570.030.6303.139.7328.63
Hex662C6303933C12f281d
Octal146541430713744575035
Binary1100110101100110001101110011111110010010111110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662C63; }

 p { color: rgb(102,44,99); }

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

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

 a { background-color: rgb(102,44,99); }

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

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

 span { border-color: rgb(102,44,99); }

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