Shades of Han Purple #570FED
Tints of Han Purple #570FED
RGB
CMYK
RGB Variations
Color information
#570FED (or 0x570FED) is known color: Han Purple. HEX triplet: 57, 0F and ED. RGB value is (87,15,237). Sum of RGB (Red+Green+Blue) = 87+15+237=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #570FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570FED is #A8F012. Grayscale: #3D3D3D. Windows color (decimal): -11071507 or 15535959. OLE color: 15535959.
HSL color Cylindrical-coordinate representation of color #570FED: hue angle of 259.46º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570FED is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 15 | 237 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.07 |
| HSL | 259.46º | 0.88% | 0.49% | - |
| HSV(B) | 259.46º | 0.94% | 0.93% | - |
| XYZ | 19.39 | 8.48 | 80.74 | - |
| YUV | 61.84 | 226.85 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 237 | 0.63 | 0.94 | 0 | 0.07 | 259.46 | 0.88 | 0.49 |
| Hex | 57 | F | ED | 3F | 5E | 0 | 7 | 103 | 58 | 31 |
| Octal | 127 | 17 | 355 | 77 | 136 | 0 | 7 | 403 | 130 | 61 |
| Binary | 1010111 | 1111 | 11101101 | 111111 | 1011110 | 0 | 111 | 100000011 | 1011000 | 110001 |
Color Harmonies of #570FED
Complementary color
Monochromatic Colors of #570FED
Black with #570FED
Text Example
Text Example
White with #570FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570FED; }
p { color: rgb(87,15,237); }
H1.HeaderClassName
{
color: #570FED;
}
.AnyTagClassName
{
color: #570FED;
}
</style>
background-color css
<style>
a { background-color: #570FED; }
a { background-color: rgb(87,15,237); }
div.DivClassName
{
background-color: #570FED;
}
.BgClassName
{
background-color: #570FED;
}
</style>
border-color css
<style>
span { border-color: #570FED; }
span { border-color: rgb(87,15,237); }
td.TdClassName
{
border-color: #570FED;
}
.TagClassName
{
border-color: #570FED;
}
</style>