Shades of Han Purple #560FEA
Tints of Han Purple #560FEA
RGB
CMYK
RGB Variations
Color information
#560FEA (or 0x560FEA) is known color: Han Purple. HEX triplet: 56, 0F and EA. RGB value is (86,15,234). Sum of RGB (Red+Green+Blue) = 86+15+234=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #560FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560FEA is #A9F015. Grayscale: #3C3C3C. Windows color (decimal): -11137046 or 15339350. OLE color: 15339350.
HSL color Cylindrical-coordinate representation of color #560FEA: hue angle of 259.45º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560FEA is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 15 | 234 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.08 |
| HSL | 259.45º | 0.88% | 0.49% | - |
| HSV(B) | 259.45º | 0.94% | 0.92% | - |
| XYZ | 18.86 | 8.26 | 78.44 | - |
| YUV | 61.2 | 225.52 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 234 | 0.63 | 0.94 | 0 | 0.08 | 259.45 | 0.88 | 0.49 |
| Hex | 56 | F | EA | 3F | 5E | 0 | 8 | 103 | 58 | 31 |
| Octal | 126 | 17 | 352 | 77 | 136 | 0 | 10 | 403 | 130 | 61 |
| Binary | 1010110 | 1111 | 11101010 | 111111 | 1011110 | 0 | 1000 | 100000011 | 1011000 | 110001 |
Color Harmonies of #560FEA
Complementary color
Monochromatic Colors of #560FEA
Black with #560FEA
Text Example
Text Example
White with #560FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560FEA; }
p { color: rgb(86,15,234); }
H1.HeaderClassName
{
color: #560FEA;
}
.AnyTagClassName
{
color: #560FEA;
}
</style>
background-color css
<style>
a { background-color: #560FEA; }
a { background-color: rgb(86,15,234); }
div.DivClassName
{
background-color: #560FEA;
}
.BgClassName
{
background-color: #560FEA;
}
</style>
border-color css
<style>
span { border-color: #560FEA; }
span { border-color: rgb(86,15,234); }
td.TdClassName
{
border-color: #560FEA;
}
.TagClassName
{
border-color: #560FEA;
}
</style>