Shades of Han Purple #561BEF
Tints of Han Purple #561BEF
RGB
CMYK
RGB Variations
Color information
#561BEF (or 0x561BEF) is known color: Han Purple. HEX triplet: 56, 1B and EF. RGB value is (86,27,239). Sum of RGB (Red+Green+Blue) = 86+27+239=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #561BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561BEF is #A9E410. Grayscale: #444444. Windows color (decimal): -11133969 or 15670102. OLE color: 15670102.
HSL color Cylindrical-coordinate representation of color #561BEF: hue angle of 256.7º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #561BEF is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 27 | 239 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.06 |
| HSL | 256.7º | 0.87% | 0.52% | - |
| HSV(B) | 256.7º | 0.89% | 0.94% | - |
| XYZ | 19.81 | 8.99 | 82.35 | - |
| YUV | 68.81 | 224.05 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 239 | 0.64 | 0.89 | 0 | 0.06 | 256.7 | 0.87 | 0.52 |
| Hex | 56 | 1B | EF | 40 | 59 | 0 | 6 | 101 | 57 | 34 |
| Octal | 126 | 33 | 357 | 100 | 131 | 0 | 6 | 401 | 127 | 64 |
| Binary | 1010110 | 11011 | 11101111 | 1000000 | 1011001 | 0 | 110 | 100000001 | 1010111 | 110100 |
Color Harmonies of #561BEF
Complementary color
Monochromatic Colors of #561BEF
Black with #561BEF
Text Example
Text Example
White with #561BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561BEF; }
p { color: rgb(86,27,239); }
H1.HeaderClassName
{
color: #561BEF;
}
.AnyTagClassName
{
color: #561BEF;
}
</style>
background-color css
<style>
a { background-color: #561BEF; }
a { background-color: rgb(86,27,239); }
div.DivClassName
{
background-color: #561BEF;
}
.BgClassName
{
background-color: #561BEF;
}
</style>
border-color css
<style>
span { border-color: #561BEF; }
span { border-color: rgb(86,27,239); }
td.TdClassName
{
border-color: #561BEF;
}
.TagClassName
{
border-color: #561BEF;
}
</style>