#661E54

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

Shades of Palatinate Purple #661E54

Tints of Palatinate Purple #661E54

Color information

#661E54 (or 0x661E54) is unknown color: approx Palatinate Purple. HEX triplet: 66, 1E and 54. RGB value is (102,30,84). Sum of RGB (Red+Green+Blue) = 102+30+84=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #661E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661E54 is #99E1AB. Grayscale: #393939. Windows color (decimal): -10084780 or 5512806. OLE color: 5512806.

HSL color Cylindrical-coordinate representation of color #661E54: hue angle of 315º 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 #661E54 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB1023084-
CMYK00.710.180.6
HSL315º54.55%25.88%-
HSV(B)315º70.59%40%-
XYZ7.544.398.84-
YUV57.68142.85159.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 30 (12.11% from 255) = 13.89%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=47.22%
G=13.89%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102308400.710.180.631554.5525.88
Hex661E54047123C13b371a
Octal14636124010722744736732
Binary1100110111101010100010001111001011110010011101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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