Shades of Han Purple #560EFE
Tints of Han Purple #560EFE
RGB
CMYK
RGB Variations
Color information
#560EFE (or 0x560EFE) is known color: Han Purple. HEX triplet: 56, 0E and FE. RGB value is (86,14,254). Sum of RGB (Red+Green+Blue) = 86+14+254=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #560EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560EFE is #A9F101. Grayscale: #3E3E3E. Windows color (decimal): -11137282 or 16649814. OLE color: 16649814.
HSL color Cylindrical-coordinate representation of color #560EFE: hue angle of 258º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560EFE is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 14 | 254 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.00 |
| HSL | 258º | 0.99% | 0.53% | - |
| HSV(B) | 258º | 0.94% | 1% | - |
| XYZ | 21.88 | 9.45 | 94.44 | - |
| YUV | 62.89 | 235.85 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 254 | 0.66 | 0.94 | 0 | 0.00 | 258 | 0.99 | 0.53 |
| Hex | 56 | E | FE | 42 | 5E | 0 | 0 | 102 | 63 | 35 |
| Octal | 126 | 16 | 376 | 102 | 136 | 0 | 0 | 402 | 143 | 65 |
| Binary | 1010110 | 1110 | 11111110 | 1000010 | 1011110 | 0 | 0 | 100000010 | 1100011 | 110101 |
Color Harmonies of #560EFE
Complementary color
Monochromatic Colors of #560EFE
Black with #560EFE
Text Example
Text Example
White with #560EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560EFE; }
p { color: rgb(86,14,254); }
H1.HeaderClassName
{
color: #560EFE;
}
.AnyTagClassName
{
color: #560EFE;
}
</style>
background-color css
<style>
a { background-color: #560EFE; }
a { background-color: rgb(86,14,254); }
div.DivClassName
{
background-color: #560EFE;
}
.BgClassName
{
background-color: #560EFE;
}
</style>
border-color css
<style>
span { border-color: #560EFE; }
span { border-color: rgb(86,14,254); }
td.TdClassName
{
border-color: #560EFE;
}
.TagClassName
{
border-color: #560EFE;
}
</style>