Shades of Han Purple #562FEA
Tints of Han Purple #562FEA
RGB
CMYK
RGB Variations
Color information
#562FEA (or 0x562FEA) is known color: Han Purple. HEX triplet: 56, 2F and EA. RGB value is (86,47,234). Sum of RGB (Red+Green+Blue) = 86+47+234=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #562FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562FEA is #A9D015. Grayscale: #4F4F4F. Windows color (decimal): -11128854 or 15347542. OLE color: 15347542.
HSL color Cylindrical-coordinate representation of color #562FEA: hue angle of 252.51º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #562FEA is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 47 | 234 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.08 |
| HSL | 252.51º | 0.82% | 0.55% | - |
| HSV(B) | 252.51º | 0.8% | 0.92% | - |
| XYZ | 19.71 | 9.95 | 78.72 | - |
| YUV | 79.98 | 214.92 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 234 | 0.63 | 0.80 | 0 | 0.08 | 252.51 | 0.82 | 0.55 |
| Hex | 56 | 2F | EA | 3F | 50 | 0 | 8 | FD | 52 | 37 |
| Octal | 126 | 57 | 352 | 77 | 120 | 0 | 10 | 375 | 122 | 67 |
| Binary | 1010110 | 101111 | 11101010 | 111111 | 1010000 | 0 | 1000 | 11111101 | 1010010 | 110111 |
Color Harmonies of #562FEA
Complementary color
Monochromatic Colors of #562FEA
Black with #562FEA
Text Example
Text Example
White with #562FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562FEA; }
p { color: rgb(86,47,234); }
H1.HeaderClassName
{
color: #562FEA;
}
.AnyTagClassName
{
color: #562FEA;
}
</style>
background-color css
<style>
a { background-color: #562FEA; }
a { background-color: rgb(86,47,234); }
div.DivClassName
{
background-color: #562FEA;
}
.BgClassName
{
background-color: #562FEA;
}
</style>
border-color css
<style>
span { border-color: #562FEA; }
span { border-color: rgb(86,47,234); }
td.TdClassName
{
border-color: #562FEA;
}
.TagClassName
{
border-color: #562FEA;
}
</style>