Shades of Han Purple #570EFE
Tints of Han Purple #570EFE
RGB
CMYK
RGB Variations
Color information
#570EFE (or 0x570EFE) is known color: Han Purple. HEX triplet: 57, 0E and FE. RGB value is (87,14,254). Sum of RGB (Red+Green+Blue) = 87+14+254=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #570EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570EFE is #A8F101. Grayscale: #3E3E3E. Windows color (decimal): -11071746 or 16649815. OLE color: 16649815.
HSL color Cylindrical-coordinate representation of color #570EFE: hue angle of 258.25º 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 #570EFE is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 14 | 254 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.00 |
| HSL | 258.25º | 0.99% | 0.53% | - |
| HSV(B) | 258.25º | 0.94% | 1% | - |
| XYZ | 21.98 | 9.5 | 94.44 | - |
| YUV | 63.19 | 235.68 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 254 | 0.66 | 0.94 | 0 | 0.00 | 258.25 | 0.99 | 0.53 |
| Hex | 57 | E | FE | 42 | 5E | 0 | 0 | 102 | 63 | 35 |
| Octal | 127 | 16 | 376 | 102 | 136 | 0 | 0 | 402 | 143 | 65 |
| Binary | 1010111 | 1110 | 11111110 | 1000010 | 1011110 | 0 | 0 | 100000010 | 1100011 | 110101 |
Color Harmonies of #570EFE
Complementary color
Monochromatic Colors of #570EFE
Black with #570EFE
Text Example
Text Example
White with #570EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570EFE; }
p { color: rgb(87,14,254); }
H1.HeaderClassName
{
color: #570EFE;
}
.AnyTagClassName
{
color: #570EFE;
}
</style>
background-color css
<style>
a { background-color: #570EFE; }
a { background-color: rgb(87,14,254); }
div.DivClassName
{
background-color: #570EFE;
}
.BgClassName
{
background-color: #570EFE;
}
</style>
border-color css
<style>
span { border-color: #570EFE; }
span { border-color: rgb(87,14,254); }
td.TdClassName
{
border-color: #570EFE;
}
.TagClassName
{
border-color: #570EFE;
}
</style>