Shades of Han Purple #562FE7
Tints of Han Purple #562FE7
RGB
CMYK
RGB Variations
Color information
#562FE7 (or 0x562FE7) is known color: Han Purple. HEX triplet: 56, 2F and E7. RGB value is (86,47,231). Sum of RGB (Red+Green+Blue) = 86+47+231=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 231 (90.62% from 255 or 63.46% from 364); Max value from RGB is 231 - color contains mainly: blue. Hex color #562FE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562FE7 is #A9D018. Grayscale: #4E4E4E. Windows color (decimal): -11128857 or 15150934. OLE color: 15150934.
HSL color Cylindrical-coordinate representation of color #562FE7: hue angle of 252.72º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #562FE7 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 47 | 231 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.09 |
| HSL | 252.72º | 0.79% | 0.55% | - |
| HSV(B) | 252.72º | 0.8% | 0.91% | - |
| XYZ | 19.28 | 9.78 | 76.47 | - |
| YUV | 79.64 | 213.42 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 231 | 0.63 | 0.80 | 0 | 0.09 | 252.72 | 0.79 | 0.55 |
| Hex | 56 | 2F | E7 | 3F | 50 | 0 | 9 | FD | 4F | 37 |
| Octal | 126 | 57 | 347 | 77 | 120 | 0 | 11 | 375 | 117 | 67 |
| Binary | 1010110 | 101111 | 11100111 | 111111 | 1010000 | 0 | 1001 | 11111101 | 1001111 | 110111 |
Color Harmonies of #562FE7
Complementary color
Monochromatic Colors of #562FE7
Black with #562FE7
Text Example
Text Example
White with #562FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562FE7; }
p { color: rgb(86,47,231); }
H1.HeaderClassName
{
color: #562FE7;
}
.AnyTagClassName
{
color: #562FE7;
}
</style>
background-color css
<style>
a { background-color: #562FE7; }
a { background-color: rgb(86,47,231); }
div.DivClassName
{
background-color: #562FE7;
}
.BgClassName
{
background-color: #562FE7;
}
</style>
border-color css
<style>
span { border-color: #562FE7; }
span { border-color: rgb(86,47,231); }
td.TdClassName
{
border-color: #562FE7;
}
.TagClassName
{
border-color: #562FE7;
}
</style>