Shades of Han Purple #560FE1
Tints of Han Purple #560FE1
RGB
CMYK
RGB Variations
Color information
#560FE1 (or 0x560FE1) is known color: Han Purple. HEX triplet: 56, 0F and E1. RGB value is (86,15,225). Sum of RGB (Red+Green+Blue) = 86+15+225=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 225 (88.28% from 255 or 69.02% from 326); Max value from RGB is 225 - color contains mainly: blue. Hex color #560FE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560FE1 is #A9F01E. Grayscale: #3B3B3B. Windows color (decimal): -11137055 or 14749526. OLE color: 14749526.
HSL color Cylindrical-coordinate representation of color #560FE1: hue angle of 260.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560FE1 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 15 | 225 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.12 |
| HSL | 260.29º | 0.88% | 0.47% | - |
| HSV(B) | 260.29º | 0.93% | 0.88% | - |
| XYZ | 17.6 | 7.76 | 71.8 | - |
| YUV | 60.17 | 221.02 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 225 | 0.62 | 0.93 | 0 | 0.12 | 260.29 | 0.88 | 0.47 |
| Hex | 56 | F | E1 | 3E | 5D | 0 | C | 104 | 58 | 2F |
| Octal | 126 | 17 | 341 | 76 | 135 | 0 | 14 | 404 | 130 | 57 |
| Binary | 1010110 | 1111 | 11100001 | 111110 | 1011101 | 0 | 1100 | 100000100 | 1011000 | 101111 |
Color Harmonies of #560FE1
Complementary color
Monochromatic Colors of #560FE1
Black with #560FE1
Text Example
Text Example
White with #560FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560FE1; }
p { color: rgb(86,15,225); }
H1.HeaderClassName
{
color: #560FE1;
}
.AnyTagClassName
{
color: #560FE1;
}
</style>
background-color css
<style>
a { background-color: #560FE1; }
a { background-color: rgb(86,15,225); }
div.DivClassName
{
background-color: #560FE1;
}
.BgClassName
{
background-color: #560FE1;
}
</style>
border-color css
<style>
span { border-color: #560FE1; }
span { border-color: rgb(86,15,225); }
td.TdClassName
{
border-color: #560FE1;
}
.TagClassName
{
border-color: #560FE1;
}
</style>