Shades of Han Purple #560EF2
Tints of Han Purple #560EF2
RGB
CMYK
RGB Variations
Color information
#560EF2 (or 0x560EF2) is known color: Han Purple. HEX triplet: 56, 0E and F2. RGB value is (86,14,242). Sum of RGB (Red+Green+Blue) = 86+14+242=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 242 (94.92% from 255 or 70.76% from 342); Max value from RGB is 242 - color contains mainly: blue. Hex color #560EF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560EF2 is #A9F10D. Grayscale: #3C3C3C. Windows color (decimal): -11137294 or 15863382. OLE color: 15863382.
HSL color Cylindrical-coordinate representation of color #560EF2: hue angle of 258.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560EF2 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 14 | 242 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.05 |
| HSL | 258.95º | 0.9% | 0.5% | - |
| HSV(B) | 258.95º | 0.94% | 0.95% | - |
| XYZ | 20.02 | 8.7 | 84.63 | - |
| YUV | 61.52 | 229.85 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 242 | 0.64 | 0.94 | 0 | 0.05 | 258.95 | 0.9 | 0.5 |
| Hex | 56 | E | F2 | 40 | 5E | 0 | 5 | 103 | 5A | 32 |
| Octal | 126 | 16 | 362 | 100 | 136 | 0 | 5 | 403 | 132 | 62 |
| Binary | 1010110 | 1110 | 11110010 | 1000000 | 1011110 | 0 | 101 | 100000011 | 1011010 | 110010 |
Color Harmonies of #560EF2
Complementary color
Monochromatic Colors of #560EF2
Black with #560EF2
Text Example
Text Example
White with #560EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560EF2; }
p { color: rgb(86,14,242); }
H1.HeaderClassName
{
color: #560EF2;
}
.AnyTagClassName
{
color: #560EF2;
}
</style>
background-color css
<style>
a { background-color: #560EF2; }
a { background-color: rgb(86,14,242); }
div.DivClassName
{
background-color: #560EF2;
}
.BgClassName
{
background-color: #560EF2;
}
</style>
border-color css
<style>
span { border-color: #560EF2; }
span { border-color: rgb(86,14,242); }
td.TdClassName
{
border-color: #560EF2;
}
.TagClassName
{
border-color: #560EF2;
}
</style>