Shades of Han Purple #560BFA
Tints of Han Purple #560BFA
RGB
CMYK
RGB Variations
Color information
#560BFA (or 0x560BFA) is known color: Han Purple. HEX triplet: 56, 0B and FA. RGB value is (86,11,250). Sum of RGB (Red+Green+Blue) = 86+11+250=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #560BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560BFA is #A9F405. Grayscale: #3B3B3B. Windows color (decimal): -11138054 or 16386902. OLE color: 16386902.
HSL color Cylindrical-coordinate representation of color #560BFA: hue angle of 258.83º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560BFA is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 11 | 250 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.02 |
| HSL | 258.83º | 0.96% | 0.51% | - |
| HSV(B) | 258.83º | 0.96% | 0.98% | - |
| XYZ | 21.21 | 9.12 | 91.08 | - |
| YUV | 60.67 | 234.85 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 250 | 0.66 | 0.96 | 0 | 0.02 | 258.83 | 0.96 | 0.51 |
| Hex | 56 | B | FA | 42 | 60 | 0 | 2 | 103 | 60 | 33 |
| Octal | 126 | 13 | 372 | 102 | 140 | 0 | 2 | 403 | 140 | 63 |
| Binary | 1010110 | 1011 | 11111010 | 1000010 | 1100000 | 0 | 10 | 100000011 | 1100000 | 110011 |
Color Harmonies of #560BFA
Complementary color
Monochromatic Colors of #560BFA
Black with #560BFA
Text Example
Text Example
White with #560BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560BFA; }
p { color: rgb(86,11,250); }
H1.HeaderClassName
{
color: #560BFA;
}
.AnyTagClassName
{
color: #560BFA;
}
</style>
background-color css
<style>
a { background-color: #560BFA; }
a { background-color: rgb(86,11,250); }
div.DivClassName
{
background-color: #560BFA;
}
.BgClassName
{
background-color: #560BFA;
}
</style>
border-color css
<style>
span { border-color: #560BFA; }
span { border-color: rgb(86,11,250); }
td.TdClassName
{
border-color: #560BFA;
}
.TagClassName
{
border-color: #560BFA;
}
</style>