Shades of Han Purple #560FE3
Tints of Han Purple #560FE3
RGB
CMYK
RGB Variations
Color information
#560FE3 (or 0x560FE3) is known color: Han Purple. HEX triplet: 56, 0F and E3. RGB value is (86,15,227). Sum of RGB (Red+Green+Blue) = 86+15+227=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 227 (89.06% from 255 or 69.21% from 328); Max value from RGB is 227 - color contains mainly: blue. Hex color #560FE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560FE3 is #A9F01C. Grayscale: #3B3B3B. Windows color (decimal): -11137053 or 14880598. OLE color: 14880598.
HSL color Cylindrical-coordinate representation of color #560FE3: hue angle of 260.09º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560FE3 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 15 | 227 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.11 |
| HSL | 260.09º | 0.88% | 0.47% | - |
| HSV(B) | 260.09º | 0.93% | 0.89% | - |
| XYZ | 17.87 | 7.87 | 73.25 | - |
| YUV | 60.4 | 222.02 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 227 | 0.62 | 0.93 | 0 | 0.11 | 260.09 | 0.88 | 0.47 |
| Hex | 56 | F | E3 | 3E | 5D | 0 | B | 104 | 58 | 2F |
| Octal | 126 | 17 | 343 | 76 | 135 | 0 | 13 | 404 | 130 | 57 |
| Binary | 1010110 | 1111 | 11100011 | 111110 | 1011101 | 0 | 1011 | 100000100 | 1011000 | 101111 |
Color Harmonies of #560FE3
Complementary color
Monochromatic Colors of #560FE3
Black with #560FE3
Text Example
Text Example
White with #560FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560FE3; }
p { color: rgb(86,15,227); }
H1.HeaderClassName
{
color: #560FE3;
}
.AnyTagClassName
{
color: #560FE3;
}
</style>
background-color css
<style>
a { background-color: #560FE3; }
a { background-color: rgb(86,15,227); }
div.DivClassName
{
background-color: #560FE3;
}
.BgClassName
{
background-color: #560FE3;
}
</style>
border-color css
<style>
span { border-color: #560FE3; }
span { border-color: rgb(86,15,227); }
td.TdClassName
{
border-color: #560FE3;
}
.TagClassName
{
border-color: #560FE3;
}
</style>