#661E55

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

Shades of Palatinate Purple #661E55

Tints of Palatinate Purple #661E55

Color information

#661E55 (or 0x661E55) is unknown color: approx Palatinate Purple. HEX triplet: 66, 1E and 55. RGB value is (102,30,85). Sum of RGB (Red+Green+Blue) = 102+30+85=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #661E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661E55 is #99E1AA. Grayscale: #393939. Windows color (decimal): -10084779 or 5578342. OLE color: 5578342.

HSL color Cylindrical-coordinate representation of color #661E55: hue angle of 314.17º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #661E55 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB1023085-
CMYK00.710.170.6
HSL314.17º54.55%25.88%-
HSV(B)314.17º70.59%40%-
XYZ7.584.419.05-
YUV57.8143.35159.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 30 (12.11% from 255) = 13.82%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=47.00%
G=13.82%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102308500.710.170.6314.1754.5525.88
Hex661E55047113C13a371a
Octal14636125010721744726732
Binary1100110111101010101010001111000111110010011101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661E55; }

 p { color: rgb(102,30,85); }

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

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

 a { background-color: rgb(102,30,85); }

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

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

 span { border-color: rgb(102,30,85); }

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