Shades of Han Purple #562BFF
Tints of Han Purple #562BFF
RGB
CMYK
RGB Variations
Color information
#562BFF (or 0x562BFF) is known color: Han Purple. HEX triplet: 56, 2B and FF. RGB value is (86,43,255). Sum of RGB (Red+Green+Blue) = 86+43+255=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #562BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562BFF is #A9D400. Grayscale: #4F4F4F. Windows color (decimal): -11129857 or 16722774. OLE color: 16722774.
HSL color Cylindrical-coordinate representation of color #562BFF: hue angle of 252.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #562BFF is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 43 | 255 | - |
| CMYK | 0.66 | 0.83 | 0 | 0 |
| HSL | 252.17º | 1% | 0.58% | - |
| HSV(B) | 252.17º | 0.83% | 1% | - |
| XYZ | 22.75 | 10.93 | 95.52 | - |
| YUV | 80.03 | 226.75 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 255 | 0.66 | 0.83 | 0 | 0 | 252.17 | 1 | 0.58 |
| Hex | 56 | 2B | FF | 42 | 53 | 0 | 0 | FC | 64 | 3A |
| Octal | 126 | 53 | 377 | 102 | 123 | 0 | 0 | 374 | 144 | 72 |
| Binary | 1010110 | 101011 | 11111111 | 1000010 | 1010011 | 0 | 0 | 11111100 | 1100100 | 111010 |
Color Harmonies of #562BFF
Complementary color
Monochromatic Colors of #562BFF
Black with #562BFF
Text Example
Text Example
White with #562BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562BFF; }
p { color: rgb(86,43,255); }
H1.HeaderClassName
{
color: #562BFF;
}
.AnyTagClassName
{
color: #562BFF;
}
</style>
background-color css
<style>
a { background-color: #562BFF; }
a { background-color: rgb(86,43,255); }
div.DivClassName
{
background-color: #562BFF;
}
.BgClassName
{
background-color: #562BFF;
}
</style>
border-color css
<style>
span { border-color: #562BFF; }
span { border-color: rgb(86,43,255); }
td.TdClassName
{
border-color: #562BFF;
}
.TagClassName
{
border-color: #562BFF;
}
</style>