#552060

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

Shades of Hot Purple #552060

Tints of Hot Purple #552060

Color information

#552060 (or 0x552060) is unknown color: approx Hot Purple. HEX triplet: 55, 20 and 60. RGB value is (85,32,96). Sum of RGB (Red+Green+Blue) = 85+32+96=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #552060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552060 is #AADF9F. Grayscale: #363636. Windows color (decimal): -11198368 or 6299733. OLE color: 6299733.

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

Color convert

RGB853296-
CMYK0.110.6700.62
HSL289.69º50%25.1%-
HSV(B)289.69º66.67%37.65%-
XYZ6.373.8111.47-
YUV55.14151.06149.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=39.91%
G=15.02%
B=45.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8532960.110.6700.62289.695025.1
Hex552060B4303E1223219
Octal12540140131030764426231
Binary1010101100000110000010111000011011111010010001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552060; }

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

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

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

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

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

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

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

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