#662452

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

Shades of Palatinate Purple #662452

Tints of Palatinate Purple #662452

Color information

#662452 (or 0x662452) is unknown color: approx Palatinate Purple. HEX triplet: 66, 24 and 52. RGB value is (102,36,82). Sum of RGB (Red+Green+Blue) = 102+36+82=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #662452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662452 is #99DBAD. Grayscale: #3C3C3C. Windows color (decimal): -10083246 or 5383270. OLE color: 5383270.

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

Color convert

RGB1023682-
CMYK00.650.200.6
HSL318.18º47.83%27.06%-
HSV(B)318.18º64.71%40%-
XYZ7.634.78.49-
YUV60.98139.87157.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 82 (32.42% from 255) = 37.27%
R=46.36%
G=16.36%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102368200.650.200.6318.1847.8327.06
Hex662452041143C13e301b
Octal14644122010124744766033
Binary11001101001001010010010000011010011110010011111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662452; }

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

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

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

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

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

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

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

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