#661556

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

Shades of Palatinate Purple #661556

Tints of Palatinate Purple #661556

Color information

#661556 (or 0x661556) is unknown color: approx Palatinate Purple. HEX triplet: 66, 15 and 56. RGB value is (102,21,86). Sum of RGB (Red+Green+Blue) = 102+21+86=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #661556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661556 is #99EAA9. Grayscale: #343434. Windows color (decimal): -10087082 or 5641574. OLE color: 5641574.

HSL color Cylindrical-coordinate representation of color #661556: hue angle of 311.85º 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 #661556 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB1022186-
CMYK00.790.160.6
HSL311.85º65.85%24.12%-
HSV(B)311.85º79.41%40%-
XYZ7.434.039.19-
YUV52.63146.84163.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 86 (33.98% from 255) = 41.15%
R=48.80%
G=10.05%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102218600.790.160.6311.8565.8524.12
Hex66155604F103C1384218
Octal146251260117207447010230
Binary11001101010110101100100111110000111100100111000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661556; }

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

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

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

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

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

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

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

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