#55185E

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

Shades of Hot Purple #55185E

Tints of Hot Purple #55185E

Color information

#55185E (or 0x55185E) is unknown color: approx Hot Purple. HEX triplet: 55, 18 and 5E. RGB value is (85,24,94). Sum of RGB (Red+Green+Blue) = 85+24+94=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #55185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55185E is #AAE7A1. Grayscale: #323232. Windows color (decimal): -11200418 or 6166613. OLE color: 6166613.

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

Color convert

RGB852494-
CMYK0.100.7400.63
HSL292.29º59.32%23.14%-
HSV(B)292.29º74.47%36.86%-
XYZ6.093.3910.92-
YUV50.22152.71152.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=41.87%
G=11.82%
B=46.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8524940.100.7400.63292.2959.3223.14
Hex55185EA4A03F1243b17
Octal12530136121120774447327
Binary101010111000101111010101001010011111110010010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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