Shades of Hot Purple #55105D
Tints of Hot Purple #55105D
RGB
CMYK
RGB Variations
Color information
#55105D (or 0x55105D) is known color: 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
| RGB | 85 | 16 | 93 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.64 |
| HSL | 293.77º | 0.71% | 0.21% | - |
| HSV(B) | 293.77º | 0.83% | 0.36% | - |
| XYZ | 5.91 | 3.09 | 10.64 | - |
| YUV | 45.41 | 154.86 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 93 | 0.09 | 0.83 | 0 | 0.64 | 293.77 | 0.71 | 0.21 |
| Hex | 55 | 10 | 5D | 9 | 53 | 0 | 40 | 126 | 47 | 15 |
| Octal | 125 | 20 | 135 | 11 | 123 | 0 | 100 | 446 | 107 | 25 |
| Binary | 1010101 | 10000 | 1011101 | 1001 | 1010011 | 0 | 1000000 | 100100110 | 1000111 | 10101 |
Color Harmonies of #55105D
Complementary color
Monochromatic Colors of #55105D
Black with #55105D
Text Example
Text Example
White with #55105D
Text Example
Text Example
HTML Codes & Css Web 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>