Shades of Han Purple #560EF4
Tints of Han Purple #560EF4
RGB
CMYK
RGB Variations
Color information
#560EF4 (or 0x560EF4) is known color: Han Purple. HEX triplet: 56, 0E and F4. RGB value is (86,14,244). Sum of RGB (Red+Green+Blue) = 86+14+244=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 244 (95.70% from 255 or 70.93% from 344); Max value from RGB is 244 - color contains mainly: blue. Hex color #560EF4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560EF4 is #A9F10B. Grayscale: #3C3C3C. Windows color (decimal): -11137292 or 15994454. OLE color: 15994454.
HSL color Cylindrical-coordinate representation of color #560EF4: hue angle of 258.78º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560EF4 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 14 | 244 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.04 |
| HSL | 258.78º | 0.91% | 0.51% | - |
| HSV(B) | 258.78º | 0.94% | 0.96% | - |
| XYZ | 20.32 | 8.82 | 86.22 | - |
| YUV | 61.75 | 230.85 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 244 | 0.65 | 0.94 | 0 | 0.04 | 258.78 | 0.91 | 0.51 |
| Hex | 56 | E | F4 | 41 | 5E | 0 | 4 | 103 | 5B | 33 |
| Octal | 126 | 16 | 364 | 101 | 136 | 0 | 4 | 403 | 133 | 63 |
| Binary | 1010110 | 1110 | 11110100 | 1000001 | 1011110 | 0 | 100 | 100000011 | 1011011 | 110011 |
Color Harmonies of #560EF4
Complementary color
Monochromatic Colors of #560EF4
Black with #560EF4
Text Example
Text Example
White with #560EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560EF4; }
p { color: rgb(86,14,244); }
H1.HeaderClassName
{
color: #560EF4;
}
.AnyTagClassName
{
color: #560EF4;
}
</style>
background-color css
<style>
a { background-color: #560EF4; }
a { background-color: rgb(86,14,244); }
div.DivClassName
{
background-color: #560EF4;
}
.BgClassName
{
background-color: #560EF4;
}
</style>
border-color css
<style>
span { border-color: #560EF4; }
span { border-color: rgb(86,14,244); }
td.TdClassName
{
border-color: #560EF4;
}
.TagClassName
{
border-color: #560EF4;
}
</style>