Shades of Han Purple #560BEF
Tints of Han Purple #560BEF
RGB
CMYK
RGB Variations
Color information
#560BEF (or 0x560BEF) is known color: Han Purple. HEX triplet: 56, 0B and EF. RGB value is (86,11,239). Sum of RGB (Red+Green+Blue) = 86+11+239=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #560BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560BEF is #A9F410. Grayscale: #3A3A3A. Windows color (decimal): -11138065 or 15666006. OLE color: 15666006.
HSL color Cylindrical-coordinate representation of color #560BEF: hue angle of 259.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560BEF is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 11 | 239 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.06 |
| HSL | 259.74º | 0.91% | 0.49% | - |
| HSV(B) | 259.74º | 0.95% | 0.94% | - |
| XYZ | 19.54 | 8.45 | 82.26 | - |
| YUV | 59.42 | 229.35 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 239 | 0.64 | 0.95 | 0 | 0.06 | 259.74 | 0.91 | 0.49 |
| Hex | 56 | B | EF | 40 | 5F | 0 | 6 | 104 | 5B | 31 |
| Octal | 126 | 13 | 357 | 100 | 137 | 0 | 6 | 404 | 133 | 61 |
| Binary | 1010110 | 1011 | 11101111 | 1000000 | 1011111 | 0 | 110 | 100000100 | 1011011 | 110001 |
Color Harmonies of #560BEF
Complementary color
Monochromatic Colors of #560BEF
Black with #560BEF
Text Example
Text Example
White with #560BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560BEF; }
p { color: rgb(86,11,239); }
H1.HeaderClassName
{
color: #560BEF;
}
.AnyTagClassName
{
color: #560BEF;
}
</style>
background-color css
<style>
a { background-color: #560BEF; }
a { background-color: rgb(86,11,239); }
div.DivClassName
{
background-color: #560BEF;
}
.BgClassName
{
background-color: #560BEF;
}
</style>
border-color css
<style>
span { border-color: #560BEF; }
span { border-color: rgb(86,11,239); }
td.TdClassName
{
border-color: #560BEF;
}
.TagClassName
{
border-color: #560BEF;
}
</style>