Shades of Hot Purple #55265C
Tints of Hot Purple #55265C
RGB
CMYK
RGB Variations
Color information
#55265C (or 0x55265C) is known color: Hot Purple. HEX triplet: 55, 26 and 5C. RGB value is (85,38,92). Sum of RGB (Red+Green+Blue) = 85+38+92=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #55265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55265C is #AAD9A3. Grayscale: #3A3A3A. Windows color (decimal): -11196836 or 6039125. OLE color: 6039125.
HSL color Cylindrical-coordinate representation of color #55265C: hue angle of 292.22º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55265C is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 38 | 92 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.64 |
| HSL | 292.22º | 0.42% | 0.25% | - |
| HSV(B) | 292.22º | 0.59% | 0.36% | - |
| XYZ | 6.37 | 4.09 | 10.58 | - |
| YUV | 58.21 | 147.07 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 92 | 0.08 | 0.59 | 0 | 0.64 | 292.22 | 0.42 | 0.25 |
| Hex | 55 | 26 | 5C | 8 | 3B | 0 | 40 | 124 | 2A | 19 |
| Octal | 125 | 46 | 134 | 10 | 73 | 0 | 100 | 444 | 52 | 31 |
| Binary | 1010101 | 100110 | 1011100 | 1000 | 111011 | 0 | 1000000 | 100100100 | 101010 | 11001 |
Color Harmonies of #55265C
Complementary color
Monochromatic Colors of #55265C
Black with #55265C
Text Example
Text Example
White with #55265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55265C; }
p { color: rgb(85,38,92); }
H1.HeaderClassName
{
color: #55265C;
}
.AnyTagClassName
{
color: #55265C;
}
</style>
background-color css
<style>
a { background-color: #55265C; }
a { background-color: rgb(85,38,92); }
div.DivClassName
{
background-color: #55265C;
}
.BgClassName
{
background-color: #55265C;
}
</style>
border-color css
<style>
span { border-color: #55265C; }
span { border-color: rgb(85,38,92); }
td.TdClassName
{
border-color: #55265C;
}
.TagClassName
{
border-color: #55265C;
}
</style>