#55165E

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

Shades of Hot Purple #55165E

Tints of Hot Purple #55165E

Color information

#55165E (or 0x55165E) is unknown color: approx Hot Purple. HEX triplet: 55, 16 and 5E. RGB value is (85,22,94). Sum of RGB (Red+Green+Blue) = 85+22+94=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #55165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55165E is #AAE9A1. Grayscale: #303030. Windows color (decimal): -11200930 or 6166101. OLE color: 6166101.

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

Color convert

RGB852294-
CMYK0.100.7700.63
HSL292.5º62.07%22.75%-
HSV(B)292.5º76.6%36.86%-
XYZ6.053.3110.91-
YUV49.04153.37153.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 94 (37.11% from 255) = 46.77%
R=42.29%
G=10.95%
B=46.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8522940.100.7700.63292.562.0722.75
Hex55165EA4D03F1243e17
Octal12526136121150774447627
Binary101010110110101111010101001101011111110010010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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