Shades of Han Purple #570AF1
Tints of Han Purple #570AF1
RGB
CMYK
RGB Variations
Color information
#570AF1 (or 0x570AF1) is known color: Han Purple. HEX triplet: 57, 0A and F1. RGB value is (87,10,241). Sum of RGB (Red+Green+Blue) = 87+10+241=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #570AF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570AF1 is #A8F50E. Grayscale: #3A3A3A. Windows color (decimal): -11072783 or 15796823. OLE color: 15796823.
HSL color Cylindrical-coordinate representation of color #570AF1: hue angle of 260º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #570AF1 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 10 | 241 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.05 |
| HSL | 260º | 0.92% | 0.49% | - |
| HSV(B) | 260º | 0.96% | 0.95% | - |
| XYZ | 19.92 | 8.59 | 83.83 | - |
| YUV | 59.36 | 230.51 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 241 | 0.64 | 0.96 | 0 | 0.05 | 260 | 0.92 | 0.49 |
| Hex | 57 | A | F1 | 40 | 60 | 0 | 5 | 104 | 5C | 31 |
| Octal | 127 | 12 | 361 | 100 | 140 | 0 | 5 | 404 | 134 | 61 |
| Binary | 1010111 | 1010 | 11110001 | 1000000 | 1100000 | 0 | 101 | 100000100 | 1011100 | 110001 |
Color Harmonies of #570AF1
Complementary color
Monochromatic Colors of #570AF1
Black with #570AF1
Text Example
Text Example
White with #570AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570AF1; }
p { color: rgb(87,10,241); }
H1.HeaderClassName
{
color: #570AF1;
}
.AnyTagClassName
{
color: #570AF1;
}
</style>
background-color css
<style>
a { background-color: #570AF1; }
a { background-color: rgb(87,10,241); }
div.DivClassName
{
background-color: #570AF1;
}
.BgClassName
{
background-color: #570AF1;
}
</style>
border-color css
<style>
span { border-color: #570AF1; }
span { border-color: rgb(87,10,241); }
td.TdClassName
{
border-color: #570AF1;
}
.TagClassName
{
border-color: #570AF1;
}
</style>