Shades of Han Purple #562BF0
Tints of Han Purple #562BF0
RGB
CMYK
RGB Variations
Color information
#562BF0 (or 0x562BF0) is known color: Han Purple. HEX triplet: 56, 2B and F0. RGB value is (86,43,240). Sum of RGB (Red+Green+Blue) = 86+43+240=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 240 (94.14% from 255 or 65.04% from 369); Max value from RGB is 240 - color contains mainly: blue. Hex color #562BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562BF0 is #A9D40F. Grayscale: #4D4D4D. Windows color (decimal): -11129872 or 15739734. OLE color: 15739734.
HSL color Cylindrical-coordinate representation of color #562BF0: hue angle of 253.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #562BF0 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 43 | 240 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.06 |
| HSL | 253.1º | 0.87% | 0.55% | - |
| HSV(B) | 253.1º | 0.82% | 0.94% | - |
| XYZ | 20.43 | 10 | 83.29 | - |
| YUV | 78.32 | 219.25 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 240 | 0.64 | 0.82 | 0 | 0.06 | 253.1 | 0.87 | 0.55 |
| Hex | 56 | 2B | F0 | 40 | 52 | 0 | 6 | FD | 57 | 37 |
| Octal | 126 | 53 | 360 | 100 | 122 | 0 | 6 | 375 | 127 | 67 |
| Binary | 1010110 | 101011 | 11110000 | 1000000 | 1010010 | 0 | 110 | 11111101 | 1010111 | 110111 |
Color Harmonies of #562BF0
Complementary color
Monochromatic Colors of #562BF0
Black with #562BF0
Text Example
Text Example
White with #562BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562BF0; }
p { color: rgb(86,43,240); }
H1.HeaderClassName
{
color: #562BF0;
}
.AnyTagClassName
{
color: #562BF0;
}
</style>
background-color css
<style>
a { background-color: #562BF0; }
a { background-color: rgb(86,43,240); }
div.DivClassName
{
background-color: #562BF0;
}
.BgClassName
{
background-color: #562BF0;
}
</style>
border-color css
<style>
span { border-color: #562BF0; }
span { border-color: rgb(86,43,240); }
td.TdClassName
{
border-color: #562BF0;
}
.TagClassName
{
border-color: #562BF0;
}
</style>