Shades of Han Purple #562AFE
Tints of Han Purple #562AFE
RGB
CMYK
RGB Variations
Color information
#562AFE (or 0x562AFE) is known color: Han Purple. HEX triplet: 56, 2A and FE. RGB value is (86,42,254). Sum of RGB (Red+Green+Blue) = 86+42+254=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #562AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562AFE is #A9D501. Grayscale: #4E4E4E. Windows color (decimal): -11130114 or 16656982. OLE color: 16656982.
HSL color Cylindrical-coordinate representation of color #562AFE: hue angle of 252.45º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #562AFE is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 42 | 254 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.00 |
| HSL | 252.45º | 0.99% | 0.58% | - |
| HSV(B) | 252.45º | 0.83% | 1% | - |
| XYZ | 22.56 | 10.79 | 94.66 | - |
| YUV | 79.32 | 226.58 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 254 | 0.66 | 0.83 | 0 | 0.00 | 252.45 | 0.99 | 0.58 |
| Hex | 56 | 2A | FE | 42 | 53 | 0 | 0 | FC | 63 | 3A |
| Octal | 126 | 52 | 376 | 102 | 123 | 0 | 0 | 374 | 143 | 72 |
| Binary | 1010110 | 101010 | 11111110 | 1000010 | 1010011 | 0 | 0 | 11111100 | 1100011 | 111010 |
Color Harmonies of #562AFE
Complementary color
Monochromatic Colors of #562AFE
Black with #562AFE
Text Example
Text Example
White with #562AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562AFE; }
p { color: rgb(86,42,254); }
H1.HeaderClassName
{
color: #562AFE;
}
.AnyTagClassName
{
color: #562AFE;
}
</style>
background-color css
<style>
a { background-color: #562AFE; }
a { background-color: rgb(86,42,254); }
div.DivClassName
{
background-color: #562AFE;
}
.BgClassName
{
background-color: #562AFE;
}
</style>
border-color css
<style>
span { border-color: #562AFE; }
span { border-color: rgb(86,42,254); }
td.TdClassName
{
border-color: #562AFE;
}
.TagClassName
{
border-color: #562AFE;
}
</style>