Shades of Han Purple #570FE1
Tints of Han Purple #570FE1
RGB
CMYK
RGB Variations
Color information
#570FE1 (or 0x570FE1) is known color: Han Purple. HEX triplet: 57, 0F and E1. RGB value is (87,15,225). Sum of RGB (Red+Green+Blue) = 87+15+225=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 225 (88.28% from 255 or 68.81% from 327); Max value from RGB is 225 - color contains mainly: blue. Hex color #570FE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570FE1 is #A8F01E. Grayscale: #3B3B3B. Windows color (decimal): -11071519 or 14749527. OLE color: 14749527.
HSL color Cylindrical-coordinate representation of color #570FE1: hue angle of 260.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570FE1 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 15 | 225 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.12 |
| HSL | 260.57º | 0.88% | 0.47% | - |
| HSV(B) | 260.57º | 0.93% | 0.88% | - |
| XYZ | 17.69 | 7.8 | 71.81 | - |
| YUV | 60.47 | 220.85 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 225 | 0.61 | 0.93 | 0 | 0.12 | 260.57 | 0.88 | 0.47 |
| Hex | 57 | F | E1 | 3D | 5D | 0 | C | 105 | 58 | 2F |
| Octal | 127 | 17 | 341 | 75 | 135 | 0 | 14 | 405 | 130 | 57 |
| Binary | 1010111 | 1111 | 11100001 | 111101 | 1011101 | 0 | 1100 | 100000101 | 1011000 | 101111 |
Color Harmonies of #570FE1
Complementary color
Monochromatic Colors of #570FE1
Black with #570FE1
Text Example
Text Example
White with #570FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570FE1; }
p { color: rgb(87,15,225); }
H1.HeaderClassName
{
color: #570FE1;
}
.AnyTagClassName
{
color: #570FE1;
}
</style>
background-color css
<style>
a { background-color: #570FE1; }
a { background-color: rgb(87,15,225); }
div.DivClassName
{
background-color: #570FE1;
}
.BgClassName
{
background-color: #570FE1;
}
</style>
border-color css
<style>
span { border-color: #570FE1; }
span { border-color: rgb(87,15,225); }
td.TdClassName
{
border-color: #570FE1;
}
.TagClassName
{
border-color: #570FE1;
}
</style>