#662152

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

Shades of Palatinate Purple #662152

Tints of Palatinate Purple #662152

Color information

#662152 (or 0x662152) is unknown color: approx Palatinate Purple. HEX triplet: 66, 21 and 52. RGB value is (102,33,82). Sum of RGB (Red+Green+Blue) = 102+33+82=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #662152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662152 is #99DEAD. Grayscale: #3B3B3B. Windows color (decimal): -10084014 or 5382502. OLE color: 5382502.

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

Color convert

RGB1023382-
CMYK00.680.200.6
HSL317.39º51.11%26.47%-
HSV(B)317.39º67.65%40%-
XYZ7.554.528.46-
YUV59.22140.86158.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=47.00%
G=15.21%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102338200.680.200.6317.3951.1126.47
Hex662152044143C13d331a
Octal14641122010424744756332
Binary11001101000011010010010001001010011110010011110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662152; }

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

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

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

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

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

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

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

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