Shades of Hot Purple #55085C
Tints of Hot Purple #55085C
RGB
CMYK
RGB Variations
Color information
#55085C (or 0x55085C) is known color: Hot Purple. HEX triplet: 55, 08 and 5C. RGB value is (85,8,92). Sum of RGB (Red+Green+Blue) = 85+8+92=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #55085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55085C is #AAF7A3. Grayscale: #282828. Windows color (decimal): -11204516 or 6031445. OLE color: 6031445.
HSL color Cylindrical-coordinate representation of color #55085C: hue angle of 295º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55085C is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 8 | 92 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.64 |
| HSL | 295º | 0.84% | 0.2% | - |
| HSV(B) | 295º | 0.91% | 0.36% | - |
| XYZ | 5.76 | 2.88 | 10.38 | - |
| YUV | 40.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 92 | 0.08 | 0.91 | 0 | 0.64 | 295 | 0.84 | 0.2 |
| Hex | 55 | 8 | 5C | 8 | 5B | 0 | 40 | 127 | 54 | 14 |
| Octal | 125 | 10 | 134 | 10 | 133 | 0 | 100 | 447 | 124 | 24 |
| Binary | 1010101 | 1000 | 1011100 | 1000 | 1011011 | 0 | 1000000 | 100100111 | 1010100 | 10100 |
Color Harmonies of #55085C
Complementary color
Monochromatic Colors of #55085C
Black with #55085C
Text Example
Text Example
White with #55085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55085C; }
p { color: rgb(85,8,92); }
H1.HeaderClassName
{
color: #55085C;
}
.AnyTagClassName
{
color: #55085C;
}
</style>
background-color css
<style>
a { background-color: #55085C; }
a { background-color: rgb(85,8,92); }
div.DivClassName
{
background-color: #55085C;
}
.BgClassName
{
background-color: #55085C;
}
</style>
border-color css
<style>
span { border-color: #55085C; }
span { border-color: rgb(85,8,92); }
td.TdClassName
{
border-color: #55085C;
}
.TagClassName
{
border-color: #55085C;
}
</style>