Shades of Hot Purple #55105B
Tints of Hot Purple #55105B
RGB
CMYK
RGB Variations
Color information
#55105B (or 0x55105B) is known color: 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
| RGB | 85 | 16 | 91 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.64 |
| HSL | 295.2º | 0.7% | 0.21% | - |
| HSV(B) | 295.2º | 0.82% | 0.36% | - |
| XYZ | 5.82 | 3.06 | 10.18 | - |
| YUV | 45.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 91 | 0.07 | 0.82 | 0 | 0.64 | 295.2 | 0.7 | 0.21 |
| Hex | 55 | 10 | 5B | 7 | 52 | 0 | 40 | 127 | 46 | 15 |
| Octal | 125 | 20 | 133 | 7 | 122 | 0 | 100 | 447 | 106 | 25 |
| Binary | 1010101 | 10000 | 1011011 | 111 | 1010010 | 0 | 1000000 | 100100111 | 1000110 | 10101 |
Color Harmonies of #55105B
Complementary color
Monochromatic Colors of #55105B
Black with #55105B
Text Example
Text Example
White with #55105B
Text Example
Text Example
HTML Codes & Css Web 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>