#662752

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

Shades of Palatinate Purple #662752

Tints of Palatinate Purple #662752

Color information

#662752 (or 0x662752) is unknown color: approx Palatinate Purple. HEX triplet: 66, 27 and 52. RGB value is (102,39,82). Sum of RGB (Red+Green+Blue) = 102+39+82=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #662752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662752 is #99D8AD. Grayscale: #3E3E3E. Windows color (decimal): -10082478 or 5384038. OLE color: 5384038.

HSL color Cylindrical-coordinate representation of color #662752: hue angle of 319.05º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #662752 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB1023982-
CMYK00.620.200.6
HSL319.05º44.68%27.65%-
HSV(B)319.05º61.76%40%-
XYZ7.734.898.52-
YUV62.74138.87156-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=45.74%
G=17.49%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102398200.620.200.6319.0544.6827.65
Hex66275203E143C13f2d1c
Octal1464712207624744775534
Binary1100110100111101001001111101010011110010011111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662752; }

 p { color: rgb(102,39,82); }

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

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

 a { background-color: rgb(102,39,82); }

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

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

 span { border-color: rgb(102,39,82); }

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