#552460

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

Shades of Hot Purple #552460

Tints of Hot Purple #552460

Color information

#552460 (or 0x552460) is unknown color: approx Hot Purple. HEX triplet: 55, 24 and 60. RGB value is (85,36,96). Sum of RGB (Red+Green+Blue) = 85+36+96=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #552460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552460 is #AADB9F. Grayscale: #393939. Windows color (decimal): -11197344 or 6300757. OLE color: 6300757.

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

Color convert

RGB853696-
CMYK0.110.6200.62
HSL289º45.45%25.88%-
HSV(B)289º62.5%37.65%-
XYZ6.494.0411.5-
YUV57.49149.73147.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 36 (14.45% from 255) = 16.59%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=39.17%
G=16.59%
B=44.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8536960.110.6200.6228945.4525.88
Hex552460B3E03E1212d1a
Octal1254414013760764415532
Binary101010110010011000001011111110011111010010000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552460; }

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

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

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

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

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

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

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

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