Shades of Han Purple #560FE4
Tints of Han Purple #560FE4
RGB
CMYK
RGB Variations
Color information
#560FE4 (or 0x560FE4) is known color: Han Purple. HEX triplet: 56, 0F and E4. RGB value is (86,15,228). Sum of RGB (Red+Green+Blue) = 86+15+228=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 228 (89.45% from 255 or 69.30% from 329); Max value from RGB is 228 - color contains mainly: blue. Hex color #560FE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560FE4 is #A9F01B. Grayscale: #3B3B3B. Windows color (decimal): -11137052 or 14946134. OLE color: 14946134.
HSL color Cylindrical-coordinate representation of color #560FE4: hue angle of 260º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560FE4 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 15 | 228 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.11 |
| HSL | 260º | 0.88% | 0.48% | - |
| HSV(B) | 260º | 0.93% | 0.89% | - |
| XYZ | 18.01 | 7.92 | 73.98 | - |
| YUV | 60.51 | 222.52 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 228 | 0.62 | 0.93 | 0 | 0.11 | 260 | 0.88 | 0.48 |
| Hex | 56 | F | E4 | 3E | 5D | 0 | B | 104 | 58 | 30 |
| Octal | 126 | 17 | 344 | 76 | 135 | 0 | 13 | 404 | 130 | 60 |
| Binary | 1010110 | 1111 | 11100100 | 111110 | 1011101 | 0 | 1011 | 100000100 | 1011000 | 110000 |
Color Harmonies of #560FE4
Complementary color
Monochromatic Colors of #560FE4
Black with #560FE4
Text Example
Text Example
White with #560FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560FE4; }
p { color: rgb(86,15,228); }
H1.HeaderClassName
{
color: #560FE4;
}
.AnyTagClassName
{
color: #560FE4;
}
</style>
background-color css
<style>
a { background-color: #560FE4; }
a { background-color: rgb(86,15,228); }
div.DivClassName
{
background-color: #560FE4;
}
.BgClassName
{
background-color: #560FE4;
}
</style>
border-color css
<style>
span { border-color: #560FE4; }
span { border-color: rgb(86,15,228); }
td.TdClassName
{
border-color: #560FE4;
}
.TagClassName
{
border-color: #560FE4;
}
</style>