#55185C

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

Shades of Hot Purple #55185C

Tints of Hot Purple #55185C

Color information

#55185C (or 0x55185C) is unknown color: approx Hot Purple. HEX triplet: 55, 18 and 5C. RGB value is (85,24,92). Sum of RGB (Red+Green+Blue) = 85+24+92=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #55185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55185C is #AAE7A3. Grayscale: #313131. Windows color (decimal): -11200420 or 6035541. OLE color: 6035541.

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

Color convert

RGB852492-
CMYK0.080.7400.64
HSL293.82º58.62%22.75%-
HSV(B)293.82º73.91%36.08%-
XYZ63.3610.46-
YUV49.99151.71152.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=42.29%
G=11.94%
B=45.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8524920.080.7400.64293.8258.6222.75
Hex55185C84A0401263b17
Octal125301341011201004467327
Binary1010101110001011100100010010100100000010010011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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