#55135E

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

Shades of Hot Purple #55135E

Tints of Hot Purple #55135E

Color information

#55135E (or 0x55135E) is unknown color: approx Hot Purple. HEX triplet: 55, 13 and 5E. RGB value is (85,19,94). Sum of RGB (Red+Green+Blue) = 85+19+94=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #55135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55135E is #AAECA1. Grayscale: #2F2F2F. Windows color (decimal): -11201698 or 6165333. OLE color: 6165333.

HSL color Cylindrical-coordinate representation of color #55135E: hue angle of 292.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55135E is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB851994-
CMYK0.100.8000.63
HSL292.8º66.37%22.16%-
HSV(B)292.8º79.79%36.86%-
XYZ63.2110.89-
YUV47.28154.37154.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 94 (37.11% from 255) = 47.47%
R=42.93%
G=9.60%
B=47.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8519940.100.8000.63292.866.3722.16
Hex55135EA5003F1254216
Octal125231361212007744510226
Binary1010101100111011110101010100000111111100100101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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