Shades of Hot Purple #55255C
Tints of Hot Purple #55255C
RGB
CMYK
RGB Variations
Color information
#55255C (or 0x55255C) is known color: Hot Purple. HEX triplet: 55, 25 and 5C. RGB value is (85,37,92). Sum of RGB (Red+Green+Blue) = 85+37+92=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #55255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55255C is #AADAA3. Grayscale: #393939. Windows color (decimal): -11197092 or 6038869. OLE color: 6038869.
HSL color Cylindrical-coordinate representation of color #55255C: hue angle of 292.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55255C is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 37 | 92 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.64 |
| HSL | 292.36º | 0.43% | 0.25% | - |
| HSV(B) | 292.36º | 0.6% | 0.36% | - |
| XYZ | 6.34 | 4.03 | 10.57 | - |
| YUV | 57.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 92 | 0.08 | 0.60 | 0 | 0.64 | 292.36 | 0.43 | 0.25 |
| Hex | 55 | 25 | 5C | 8 | 3C | 0 | 40 | 124 | 2B | 19 |
| Octal | 125 | 45 | 134 | 10 | 74 | 0 | 100 | 444 | 53 | 31 |
| Binary | 1010101 | 100101 | 1011100 | 1000 | 111100 | 0 | 1000000 | 100100100 | 101011 | 11001 |
Color Harmonies of #55255C
Complementary color
Monochromatic Colors of #55255C
Black with #55255C
Text Example
Text Example
White with #55255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55255C; }
p { color: rgb(85,37,92); }
H1.HeaderClassName
{
color: #55255C;
}
.AnyTagClassName
{
color: #55255C;
}
</style>
background-color css
<style>
a { background-color: #55255C; }
a { background-color: rgb(85,37,92); }
div.DivClassName
{
background-color: #55255C;
}
.BgClassName
{
background-color: #55255C;
}
</style>
border-color css
<style>
span { border-color: #55255C; }
span { border-color: rgb(85,37,92); }
td.TdClassName
{
border-color: #55255C;
}
.TagClassName
{
border-color: #55255C;
}
</style>