Shades of Han Purple #570FF1
Tints of Han Purple #570FF1
RGB
CMYK
RGB Variations
Color information
#570FF1 (or 0x570FF1) is known color: Han Purple. HEX triplet: 57, 0F and F1. RGB value is (87,15,241). Sum of RGB (Red+Green+Blue) = 87+15+241=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 241 (94.53% from 255 or 70.26% from 343); Max value from RGB is 241 - color contains mainly: blue. Hex color #570FF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570FF1 is #A8F00E. Grayscale: #3D3D3D. Windows color (decimal): -11071503 or 15798103. OLE color: 15798103.
HSL color Cylindrical-coordinate representation of color #570FF1: hue angle of 259.12º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570FF1 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 15 | 241 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.05 |
| HSL | 259.12º | 0.89% | 0.5% | - |
| HSV(B) | 259.12º | 0.94% | 0.95% | - |
| XYZ | 19.98 | 8.72 | 83.85 | - |
| YUV | 62.29 | 228.85 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 241 | 0.64 | 0.94 | 0 | 0.05 | 259.12 | 0.89 | 0.5 |
| Hex | 57 | F | F1 | 40 | 5E | 0 | 5 | 103 | 59 | 32 |
| Octal | 127 | 17 | 361 | 100 | 136 | 0 | 5 | 403 | 131 | 62 |
| Binary | 1010111 | 1111 | 11110001 | 1000000 | 1011110 | 0 | 101 | 100000011 | 1011001 | 110010 |
Color Harmonies of #570FF1
Complementary color
Monochromatic Colors of #570FF1
Black with #570FF1
Text Example
Text Example
White with #570FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570FF1; }
p { color: rgb(87,15,241); }
H1.HeaderClassName
{
color: #570FF1;
}
.AnyTagClassName
{
color: #570FF1;
}
</style>
background-color css
<style>
a { background-color: #570FF1; }
a { background-color: rgb(87,15,241); }
div.DivClassName
{
background-color: #570FF1;
}
.BgClassName
{
background-color: #570FF1;
}
</style>
border-color css
<style>
span { border-color: #570FF1; }
span { border-color: rgb(87,15,241); }
td.TdClassName
{
border-color: #570FF1;
}
.TagClassName
{
border-color: #570FF1;
}
</style>