Shades of Han Purple #560BFD
Tints of Han Purple #560BFD
RGB
CMYK
RGB Variations
Color information
#560BFD (or 0x560BFD) is known color: Han Purple. HEX triplet: 56, 0B and FD. RGB value is (86,11,253). Sum of RGB (Red+Green+Blue) = 86+11+253=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 253 (99.22% from 255 or 72.29% from 350); Max value from RGB is 253 - color contains mainly: blue. Hex color #560BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560BFD is #A9F402. Grayscale: #3C3C3C. Windows color (decimal): -11138051 or 16583510. OLE color: 16583510.
HSL color Cylindrical-coordinate representation of color #560BFD: hue angle of 258.6º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560BFD is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 11 | 253 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.01 |
| HSL | 258.6º | 0.98% | 0.52% | - |
| HSV(B) | 258.6º | 0.96% | 0.99% | - |
| XYZ | 21.69 | 9.31 | 93.58 | - |
| YUV | 61.01 | 236.35 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 253 | 0.66 | 0.96 | 0 | 0.01 | 258.6 | 0.98 | 0.52 |
| Hex | 56 | B | FD | 42 | 60 | 0 | 1 | 103 | 62 | 34 |
| Octal | 126 | 13 | 375 | 102 | 140 | 0 | 1 | 403 | 142 | 64 |
| Binary | 1010110 | 1011 | 11111101 | 1000010 | 1100000 | 0 | 1 | 100000011 | 1100010 | 110100 |
Color Harmonies of #560BFD
Complementary color
Monochromatic Colors of #560BFD
Black with #560BFD
Text Example
Text Example
White with #560BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560BFD; }
p { color: rgb(86,11,253); }
H1.HeaderClassName
{
color: #560BFD;
}
.AnyTagClassName
{
color: #560BFD;
}
</style>
background-color css
<style>
a { background-color: #560BFD; }
a { background-color: rgb(86,11,253); }
div.DivClassName
{
background-color: #560BFD;
}
.BgClassName
{
background-color: #560BFD;
}
</style>
border-color css
<style>
span { border-color: #560BFD; }
span { border-color: rgb(86,11,253); }
td.TdClassName
{
border-color: #560BFD;
}
.TagClassName
{
border-color: #560BFD;
}
</style>