#55105D

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

Shades of Hot Purple #55105D

Tints of Hot Purple #55105D

Color information

#55105D (or 0x55105D) is unknown color: approx Hot Purple. HEX triplet: 55, 10 and 5D. RGB value is (85,16,93). Sum of RGB (Red+Green+Blue) = 85+16+93=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #55105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55105D is #AAEFA2. Grayscale: #2D2D2D. Windows color (decimal): -11202467 or 6099029. OLE color: 6099029.

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

Color convert

RGB851693-
CMYK0.090.8300.64
HSL293.77º70.64%21.37%-
HSV(B)293.77º82.8%36.47%-
XYZ5.913.0910.64-
YUV45.41154.86156.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=43.81%
G=8.25%
B=47.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8516930.090.8300.64293.7770.6421.37
Hex55105D9530401264715
Octal1252013511123010044610725
Binary10101011000010111011001101001101000000100100110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55105D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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