Shades of Han Purple #562BFE
Tints of Han Purple #562BFE
RGB
CMYK
RGB Variations
Color information
#562BFE (or 0x562BFE) is known color: Han Purple. HEX triplet: 56, 2B and FE. RGB value is (86,43,254). Sum of RGB (Red+Green+Blue) = 86+43+254=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #562BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562BFE is #A9D401. Grayscale: #4F4F4F. Windows color (decimal): -11129858 or 16657238. OLE color: 16657238.
HSL color Cylindrical-coordinate representation of color #562BFE: hue angle of 252.23º 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 #562BFE is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 43 | 254 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.00 |
| HSL | 252.23º | 0.99% | 0.58% | - |
| HSV(B) | 252.23º | 0.83% | 1% | - |
| XYZ | 22.59 | 10.86 | 94.67 | - |
| YUV | 79.91 | 226.25 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 254 | 0.66 | 0.83 | 0 | 0.00 | 252.23 | 0.99 | 0.58 |
| Hex | 56 | 2B | FE | 42 | 53 | 0 | 0 | FC | 63 | 3A |
| Octal | 126 | 53 | 376 | 102 | 123 | 0 | 0 | 374 | 143 | 72 |
| Binary | 1010110 | 101011 | 11111110 | 1000010 | 1010011 | 0 | 0 | 11111100 | 1100011 | 111010 |
Color Harmonies of #562BFE
Complementary color
Monochromatic Colors of #562BFE
Black with #562BFE
Text Example
Text Example
White with #562BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562BFE; }
p { color: rgb(86,43,254); }
H1.HeaderClassName
{
color: #562BFE;
}
.AnyTagClassName
{
color: #562BFE;
}
</style>
background-color css
<style>
a { background-color: #562BFE; }
a { background-color: rgb(86,43,254); }
div.DivClassName
{
background-color: #562BFE;
}
.BgClassName
{
background-color: #562BFE;
}
</style>
border-color css
<style>
span { border-color: #562BFE; }
span { border-color: rgb(86,43,254); }
td.TdClassName
{
border-color: #562BFE;
}
.TagClassName
{
border-color: #562BFE;
}
</style>