Shades of Han Purple #562BFC
Tints of Han Purple #562BFC
RGB
CMYK
RGB Variations
Color information
#562BFC (or 0x562BFC) is known color: Han Purple. HEX triplet: 56, 2B and FC. RGB value is (86,43,252). Sum of RGB (Red+Green+Blue) = 86+43+252=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #562BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562BFC is #A9D403. Grayscale: #4E4E4E. Windows color (decimal): -11129860 or 16526166. OLE color: 16526166.
HSL color Cylindrical-coordinate representation of color #562BFC: hue angle of 252.34º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #562BFC is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 43 | 252 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.01 |
| HSL | 252.34º | 0.97% | 0.58% | - |
| HSV(B) | 252.34º | 0.83% | 0.99% | - |
| XYZ | 22.27 | 10.73 | 92.99 | - |
| YUV | 79.68 | 225.25 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 252 | 0.66 | 0.83 | 0 | 0.01 | 252.34 | 0.97 | 0.58 |
| Hex | 56 | 2B | FC | 42 | 53 | 0 | 1 | FC | 61 | 3A |
| Octal | 126 | 53 | 374 | 102 | 123 | 0 | 1 | 374 | 141 | 72 |
| Binary | 1010110 | 101011 | 11111100 | 1000010 | 1010011 | 0 | 1 | 11111100 | 1100001 | 111010 |
Color Harmonies of #562BFC
Complementary color
Monochromatic Colors of #562BFC
Black with #562BFC
Text Example
Text Example
White with #562BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562BFC; }
p { color: rgb(86,43,252); }
H1.HeaderClassName
{
color: #562BFC;
}
.AnyTagClassName
{
color: #562BFC;
}
</style>
background-color css
<style>
a { background-color: #562BFC; }
a { background-color: rgb(86,43,252); }
div.DivClassName
{
background-color: #562BFC;
}
.BgClassName
{
background-color: #562BFC;
}
</style>
border-color css
<style>
span { border-color: #562BFC; }
span { border-color: rgb(86,43,252); }
td.TdClassName
{
border-color: #562BFC;
}
.TagClassName
{
border-color: #562BFC;
}
</style>