#55245E

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

Shades of Hot Purple #55245E

Tints of Hot Purple #55245E

Color information

#55245E (or 0x55245E) is unknown color: approx Hot Purple. HEX triplet: 55, 24 and 5E. RGB value is (85,36,94). Sum of RGB (Red+Green+Blue) = 85+36+94=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #55245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55245E is #AADBA1. Grayscale: #393939. Windows color (decimal): -11197346 or 6169685. OLE color: 6169685.

HSL color Cylindrical-coordinate representation of color #55245E: hue angle of 290.69º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55245E is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB853694-
CMYK0.100.6200.63
HSL290.69º44.62%25.49%-
HSV(B)290.69º61.7%36.86%-
XYZ6.4411.02-
YUV57.26148.73147.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=39.53%
G=16.74%
B=43.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8536940.100.6200.63290.6944.6225.49
Hex55245EA3E03F1232d19
Octal1254413612760774435531
Binary101010110010010111101010111110011111110010001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55245E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55245E; }

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

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

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

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

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

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

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

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