#55105B

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

Shades of Hot Purple #55105B

Tints of Hot Purple #55105B

Color information

#55105B (or 0x55105B) is unknown color: approx Hot Purple. HEX triplet: 55, 10 and 5B. RGB value is (85,16,91). Sum of RGB (Red+Green+Blue) = 85+16+91=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #55105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55105B is #AAEFA4. Grayscale: #2C2C2C. Windows color (decimal): -11202469 or 5967957. OLE color: 5967957.

HSL color Cylindrical-coordinate representation of color #55105B: hue angle of 295.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55105B is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB851691-
CMYK0.070.8200.64
HSL295.2º70.09%20.98%-
HSV(B)295.2º82.42%35.69%-
XYZ5.823.0610.18-
YUV45.18153.86156.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 16 (6.64% from 255) = 8.33%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=44.27%
G=8.33%
B=47.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8516910.070.8200.64295.270.0920.98
Hex55105B7520401274615
Octal125201337122010044710625
Binary1010101100001011011111101001001000000100100111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55105B; }

 p { color: rgb(85,16,91); }

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

<style>
 a { background-color: #55105B; }

 a { background-color: rgb(85,16,91); }

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

<style>
 span { border-color: #55105B; }

 span { border-color: rgb(85,16,91); }

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