#661652

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

Shades of Palatinate Purple #661652

Tints of Palatinate Purple #661652

Color information

#661652 (or 0x661652) is unknown color: approx Palatinate Purple. HEX triplet: 66, 16 and 52. RGB value is (102,22,82). Sum of RGB (Red+Green+Blue) = 102+22+82=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #661652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661652 is #99E9AD. Grayscale: #343434. Windows color (decimal): -10086830 or 5379686. OLE color: 5379686.

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

Color convert

RGB1022282-
CMYK00.780.200.6
HSL315º64.52%24.31%-
HSV(B)315º78.43%40%-
XYZ7.294.018.37-
YUV52.76144.5163.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 82 (32.42% from 255) = 39.81%
R=49.51%
G=10.68%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102228200.780.200.631564.5224.31
Hex66165204E143C13b4118
Octal146261220116247447310130
Binary11001101011010100100100111010100111100100111011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661652; }

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

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

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

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

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

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

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

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