#662F58

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

Shades of Palatinate Purple #662F58

Tints of Palatinate Purple #662F58

Color information

#662F58 (or 0x662F58) is unknown color: approx Palatinate Purple. HEX triplet: 66, 2F and 58. RGB value is (102,47,88). Sum of RGB (Red+Green+Blue) = 102+47+88=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #662F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662F58 is #99D0A7. Grayscale: #444444. Windows color (decimal): -10080424 or 5779302. OLE color: 5779302.

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

Color convert

RGB1024788-
CMYK00.540.140.6
HSL315.27º36.91%29.22%-
HSV(B)315.27º53.92%40%-
XYZ8.265.569.87-
YUV68.12139.22152.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.04%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=43.04%
G=19.83%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102478800.540.140.6315.2736.9129.22
Hex662F58036E3C13b251d
Octal1465713006616744734535
Binary110011010111110110000110110111011110010011101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,47,88); }

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

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

 a { background-color: rgb(102,47,88); }

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

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

 span { border-color: rgb(102,47,88); }

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