#55115F

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

Shades of Hot Purple #55115F

Tints of Hot Purple #55115F

Color information

#55115F (or 0x55115F) is unknown color: approx Hot Purple. HEX triplet: 55, 11 and 5F. RGB value is (85,17,95). Sum of RGB (Red+Green+Blue) = 85+17+95=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #55115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55115F is #AAEEA0. Grayscale: #2D2D2D. Windows color (decimal): -11202209 or 6230357. OLE color: 6230357.

HSL color Cylindrical-coordinate representation of color #55115F: hue angle of 292.31º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55115F is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB851795-
CMYK0.110.8200.63
HSL292.31º69.64%21.96%-
HSV(B)292.31º82.11%37.25%-
XYZ6.013.1611.12-
YUV46.22155.53155.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 17 (7.03% from 255) = 8.63%
BLUE value IS 95 (37.5% from 255) = 48.22%
R=43.15%
G=8.63%
B=48.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8517950.110.8200.63292.3169.6421.96
Hex55115FB5203F1244616
Octal125211371312207744410626
Binary1010101100011011111101110100100111111100100100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55115F; }

 p { color: rgb(85,17,95); }

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

<style>
 a { background-color: #55115F; }

 a { background-color: rgb(85,17,95); }

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

<style>
 span { border-color: #55115F; }

 span { border-color: rgb(85,17,95); }

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