#662352

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

Shades of Palatinate Purple #662352

Tints of Palatinate Purple #662352

Color information

#662352 (or 0x662352) is unknown color: approx Palatinate Purple. HEX triplet: 66, 23 and 52. RGB value is (102,35,82). Sum of RGB (Red+Green+Blue) = 102+35+82=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #662352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662352 is #99DCAD. Grayscale: #3C3C3C. Windows color (decimal): -10083502 or 5383014. OLE color: 5383014.

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

Color convert

RGB1023582-
CMYK00.660.200.6
HSL317.91º48.91%26.86%-
HSV(B)317.91º65.69%40%-
XYZ7.64.648.48-
YUV60.39140.2157.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=46.58%
G=15.98%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102358200.660.200.6317.9148.9126.86
Hex662352042143C13e311b
Octal14643122010224744766133
Binary11001101000111010010010000101010011110010011111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662352; }

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

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

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

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

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

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

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

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