#552160

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

Shades of Hot Purple #552160

Tints of Hot Purple #552160

Color information

#552160 (or 0x552160) is unknown color: approx Hot Purple. HEX triplet: 55, 21 and 60. RGB value is (85,33,96). Sum of RGB (Red+Green+Blue) = 85+33+96=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #552160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552160 is #AADE9F. Grayscale: #373737. Windows color (decimal): -11198112 or 6299989. OLE color: 6299989.

HSL color Cylindrical-coordinate representation of color #552160: hue angle of 289.52º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552160 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB853396-
CMYK0.110.6600.62
HSL289.52º48.84%25.29%-
HSV(B)289.52º65.62%37.65%-
XYZ6.43.8611.47-
YUV55.73150.73148.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=39.72%
G=15.42%
B=44.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8533960.110.6600.62289.5248.8425.29
Hex552160B4203E1223119
Octal12541140131020764426131
Binary1010101100001110000010111000010011111010010001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552160; }

 p { color: rgb(85,33,96); }

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

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

 a { background-color: rgb(85,33,96); }

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

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

 span { border-color: rgb(85,33,96); }

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