Shades of Hot Purple #562F5C
Tints of Hot Purple #562F5C
RGB
CMYK
RGB Variations
Color information
#562F5C (or 0x562F5C) is known color: Hot Purple. HEX triplet: 56, 2F and 5C. RGB value is (86,47,92). Sum of RGB (Red+Green+Blue) = 86+47+92=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #562F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562F5C is #A9D0A3. Grayscale: #3F3F3F. Windows color (decimal): -11128996 or 6041430. OLE color: 6041430.
HSL color Cylindrical-coordinate representation of color #562F5C: hue angle of 292º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #562F5C is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 47 | 92 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.64 |
| HSL | 292º | 0.32% | 0.27% | - |
| HSV(B) | 292º | 0.49% | 0.36% | - |
| XYZ | 6.79 | 4.78 | 10.69 | - |
| YUV | 63.79 | 143.92 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 92 | 0.07 | 0.49 | 0 | 0.64 | 292 | 0.32 | 0.27 |
| Hex | 56 | 2F | 5C | 7 | 31 | 0 | 40 | 124 | 20 | 1B |
| Octal | 126 | 57 | 134 | 7 | 61 | 0 | 100 | 444 | 40 | 33 |
| Binary | 1010110 | 101111 | 1011100 | 111 | 110001 | 0 | 1000000 | 100100100 | 100000 | 11011 |
Color Harmonies of #562F5C
Complementary color
Monochromatic Colors of #562F5C
Black with #562F5C
Text Example
Text Example
White with #562F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F5C; }
p { color: rgb(86,47,92); }
H1.HeaderClassName
{
color: #562F5C;
}
.AnyTagClassName
{
color: #562F5C;
}
</style>
background-color css
<style>
a { background-color: #562F5C; }
a { background-color: rgb(86,47,92); }
div.DivClassName
{
background-color: #562F5C;
}
.BgClassName
{
background-color: #562F5C;
}
</style>
border-color css
<style>
span { border-color: #562F5C; }
span { border-color: rgb(86,47,92); }
td.TdClassName
{
border-color: #562F5C;
}
.TagClassName
{
border-color: #562F5C;
}
</style>