#662C54

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

Shades of Palatinate Purple #662C54

Tints of Palatinate Purple #662C54

Color information

#662C54 (or 0x662C54) is unknown color: approx Palatinate Purple. HEX triplet: 66, 2C and 54. RGB value is (102,44,84). Sum of RGB (Red+Green+Blue) = 102+44+84=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #662C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662C54 is #99D3AB. Grayscale: #414141. Windows color (decimal): -10081196 or 5516390. OLE color: 5516390.

HSL color Cylindrical-coordinate representation of color #662C54: hue angle of 318.62º 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 #662C54 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB1024484-
CMYK00.570.180.6
HSL318.62º39.73%28.63%-
HSV(B)318.62º56.86%40%-
XYZ7.985.278.98-
YUV65.9138.22153.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.35%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=44.35%
G=19.13%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102448400.570.180.6318.6239.7328.63
Hex662C54039123C13f281d
Octal1465412407122744775035
Binary1100110101100101010001110011001011110010011111110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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