#661551

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

Shades of Palatinate Purple #661551

Tints of Palatinate Purple #661551

Color information

#661551 (or 0x661551) is unknown color: approx Palatinate Purple. HEX triplet: 66, 15 and 51. RGB value is (102,21,81). Sum of RGB (Red+Green+Blue) = 102+21+81=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #661551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661551 is #99EAAE. Grayscale: #333333. Windows color (decimal): -10087087 or 5313894. OLE color: 5313894.

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

Color convert

RGB1022181-
CMYK00.790.210.6
HSL315.56º65.85%24.12%-
HSV(B)315.56º79.41%40%-
XYZ7.233.968.17-
YUV52.06144.34163.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=50%
G=10.29%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102218100.790.210.6315.5665.8524.12
Hex66155104F153C13c4218
Octal146251210117257447410230
Binary11001101010110100010100111110101111100100111100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661551; }

 p { color: rgb(102,21,81); }

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

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

 a { background-color: rgb(102,21,81); }

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

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

 span { border-color: rgb(102,21,81); }

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