Shades of Han Purple #560BEA
Tints of Han Purple #560BEA
RGB
CMYK
RGB Variations
Color information
#560BEA (or 0x560BEA) is known color: Han Purple. HEX triplet: 56, 0B and EA. RGB value is (86,11,234). Sum of RGB (Red+Green+Blue) = 86+11+234=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #560BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560BEA is #A9F415. Grayscale: #3A3A3A. Windows color (decimal): -11138070 or 15338326. OLE color: 15338326.
HSL color Cylindrical-coordinate representation of color #560BEA: hue angle of 260.18º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560BEA is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 11 | 234 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.08 |
| HSL | 260.18º | 0.91% | 0.48% | - |
| HSV(B) | 260.18º | 0.95% | 0.92% | - |
| XYZ | 18.81 | 8.16 | 78.43 | - |
| YUV | 58.85 | 226.85 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 234 | 0.63 | 0.95 | 0 | 0.08 | 260.18 | 0.91 | 0.48 |
| Hex | 56 | B | EA | 3F | 5F | 0 | 8 | 104 | 5B | 30 |
| Octal | 126 | 13 | 352 | 77 | 137 | 0 | 10 | 404 | 133 | 60 |
| Binary | 1010110 | 1011 | 11101010 | 111111 | 1011111 | 0 | 1000 | 100000100 | 1011011 | 110000 |
Color Harmonies of #560BEA
Complementary color
Monochromatic Colors of #560BEA
Black with #560BEA
Text Example
Text Example
White with #560BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560BEA; }
p { color: rgb(86,11,234); }
H1.HeaderClassName
{
color: #560BEA;
}
.AnyTagClassName
{
color: #560BEA;
}
</style>
background-color css
<style>
a { background-color: #560BEA; }
a { background-color: rgb(86,11,234); }
div.DivClassName
{
background-color: #560BEA;
}
.BgClassName
{
background-color: #560BEA;
}
</style>
border-color css
<style>
span { border-color: #560BEA; }
span { border-color: rgb(86,11,234); }
td.TdClassName
{
border-color: #560BEA;
}
.TagClassName
{
border-color: #560BEA;
}
</style>