Shades of Han Purple #562AFB
Tints of Han Purple #562AFB
RGB
CMYK
RGB Variations
Color information
#562AFB (or 0x562AFB) is known color: Han Purple. HEX triplet: 56, 2A and FB. RGB value is (86,42,251). Sum of RGB (Red+Green+Blue) = 86+42+251=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #562AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562AFB is #A9D504. Grayscale: #4E4E4E. Windows color (decimal): -11130117 or 16460374. OLE color: 16460374.
HSL color Cylindrical-coordinate representation of color #562AFB: hue angle of 252.63º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #562AFB is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 42 | 251 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.02 |
| HSL | 252.63º | 0.96% | 0.57% | - |
| HSV(B) | 252.63º | 0.83% | 0.98% | - |
| XYZ | 22.08 | 10.6 | 92.15 | - |
| YUV | 78.98 | 225.08 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 251 | 0.66 | 0.83 | 0 | 0.02 | 252.63 | 0.96 | 0.57 |
| Hex | 56 | 2A | FB | 42 | 53 | 0 | 2 | FD | 60 | 39 |
| Octal | 126 | 52 | 373 | 102 | 123 | 0 | 2 | 375 | 140 | 71 |
| Binary | 1010110 | 101010 | 11111011 | 1000010 | 1010011 | 0 | 10 | 11111101 | 1100000 | 111001 |
Color Harmonies of #562AFB
Complementary color
Monochromatic Colors of #562AFB
Black with #562AFB
Text Example
Text Example
White with #562AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562AFB; }
p { color: rgb(86,42,251); }
H1.HeaderClassName
{
color: #562AFB;
}
.AnyTagClassName
{
color: #562AFB;
}
</style>
background-color css
<style>
a { background-color: #562AFB; }
a { background-color: rgb(86,42,251); }
div.DivClassName
{
background-color: #562AFB;
}
.BgClassName
{
background-color: #562AFB;
}
</style>
border-color css
<style>
span { border-color: #562AFB; }
span { border-color: rgb(86,42,251); }
td.TdClassName
{
border-color: #562AFB;
}
.TagClassName
{
border-color: #562AFB;
}
</style>