Shades of Han Purple #562BFD
Tints of Han Purple #562BFD
RGB
CMYK
RGB Variations
Color information
#562BFD (or 0x562BFD) is known color: Han Purple. HEX triplet: 56, 2B and FD. RGB value is (86,43,253). Sum of RGB (Red+Green+Blue) = 86+43+253=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #562BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562BFD is #A9D402. Grayscale: #4F4F4F. Windows color (decimal): -11129859 or 16591702. OLE color: 16591702.
HSL color Cylindrical-coordinate representation of color #562BFD: hue angle of 252.29º degrees, saturation: 0.98, 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 #562BFD is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 43 | 253 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.01 |
| HSL | 252.29º | 0.98% | 0.58% | - |
| HSV(B) | 252.29º | 0.83% | 0.99% | - |
| XYZ | 22.43 | 10.8 | 93.83 | - |
| YUV | 79.8 | 225.75 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 253 | 0.66 | 0.83 | 0 | 0.01 | 252.29 | 0.98 | 0.58 |
| Hex | 56 | 2B | FD | 42 | 53 | 0 | 1 | FC | 62 | 3A |
| Octal | 126 | 53 | 375 | 102 | 123 | 0 | 1 | 374 | 142 | 72 |
| Binary | 1010110 | 101011 | 11111101 | 1000010 | 1010011 | 0 | 1 | 11111100 | 1100010 | 111010 |
Color Harmonies of #562BFD
Complementary color
Monochromatic Colors of #562BFD
Black with #562BFD
Text Example
Text Example
White with #562BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562BFD; }
p { color: rgb(86,43,253); }
H1.HeaderClassName
{
color: #562BFD;
}
.AnyTagClassName
{
color: #562BFD;
}
</style>
background-color css
<style>
a { background-color: #562BFD; }
a { background-color: rgb(86,43,253); }
div.DivClassName
{
background-color: #562BFD;
}
.BgClassName
{
background-color: #562BFD;
}
</style>
border-color css
<style>
span { border-color: #562BFD; }
span { border-color: rgb(86,43,253); }
td.TdClassName
{
border-color: #562BFD;
}
.TagClassName
{
border-color: #562BFD;
}
</style>