Shades of Han Purple #570EFF
Tints of Han Purple #570EFF
RGB
CMYK
RGB Variations
Color information
#570EFF (or 0x570EFF) is known color: Han Purple. HEX triplet: 57, 0E and FF. RGB value is (87,14,255). Sum of RGB (Red+Green+Blue) = 87+14+255=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #570EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570EFF is #A8F100. Grayscale: #3E3E3E. Windows color (decimal): -11071745 or 16715351. OLE color: 16715351.
HSL color Cylindrical-coordinate representation of color #570EFF: hue angle of 258.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570EFF is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 14 | 255 | - |
| CMYK | 0.66 | 0.95 | 0 | 0 |
| HSL | 258.17º | 1% | 0.53% | - |
| HSV(B) | 258.17º | 0.95% | 1% | - |
| XYZ | 22.14 | 9.56 | 95.29 | - |
| YUV | 63.3 | 236.18 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 255 | 0.66 | 0.95 | 0 | 0 | 258.17 | 1 | 0.53 |
| Hex | 57 | E | FF | 42 | 5F | 0 | 0 | 102 | 64 | 35 |
| Octal | 127 | 16 | 377 | 102 | 137 | 0 | 0 | 402 | 144 | 65 |
| Binary | 1010111 | 1110 | 11111111 | 1000010 | 1011111 | 0 | 0 | 100000010 | 1100100 | 110101 |
Color Harmonies of #570EFF
Complementary color
Monochromatic Colors of #570EFF
Black with #570EFF
Text Example
Text Example
White with #570EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570EFF; }
p { color: rgb(87,14,255); }
H1.HeaderClassName
{
color: #570EFF;
}
.AnyTagClassName
{
color: #570EFF;
}
</style>
background-color css
<style>
a { background-color: #570EFF; }
a { background-color: rgb(87,14,255); }
div.DivClassName
{
background-color: #570EFF;
}
.BgClassName
{
background-color: #570EFF;
}
</style>
border-color css
<style>
span { border-color: #570EFF; }
span { border-color: rgb(87,14,255); }
td.TdClassName
{
border-color: #570EFF;
}
.TagClassName
{
border-color: #570EFF;
}
</style>