Shades of Han Purple #570AFE
Tints of Han Purple #570AFE
RGB
CMYK
RGB Variations
Color information
#570AFE (or 0x570AFE) is known color: Han Purple. HEX triplet: 57, 0A and FE. RGB value is (87,10,254). Sum of RGB (Red+Green+Blue) = 87+10+254=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #570AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570AFE is #A8F501. Grayscale: #3B3B3B. Windows color (decimal): -11072770 or 16648791. OLE color: 16648791.
HSL color Cylindrical-coordinate representation of color #570AFE: hue angle of 258.93º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #570AFE is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 10 | 254 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.00 |
| HSL | 258.93º | 0.99% | 0.52% | - |
| HSV(B) | 258.93º | 0.96% | 1% | - |
| XYZ | 21.93 | 9.4 | 94.42 | - |
| YUV | 60.84 | 237.01 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 254 | 0.66 | 0.96 | 0 | 0.00 | 258.93 | 0.99 | 0.52 |
| Hex | 57 | A | FE | 42 | 60 | 0 | 0 | 103 | 63 | 34 |
| Octal | 127 | 12 | 376 | 102 | 140 | 0 | 0 | 403 | 143 | 64 |
| Binary | 1010111 | 1010 | 11111110 | 1000010 | 1100000 | 0 | 0 | 100000011 | 1100011 | 110100 |
Color Harmonies of #570AFE
Complementary color
Monochromatic Colors of #570AFE
Black with #570AFE
Text Example
Text Example
White with #570AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570AFE; }
p { color: rgb(87,10,254); }
H1.HeaderClassName
{
color: #570AFE;
}
.AnyTagClassName
{
color: #570AFE;
}
</style>
background-color css
<style>
a { background-color: #570AFE; }
a { background-color: rgb(87,10,254); }
div.DivClassName
{
background-color: #570AFE;
}
.BgClassName
{
background-color: #570AFE;
}
</style>
border-color css
<style>
span { border-color: #570AFE; }
span { border-color: rgb(87,10,254); }
td.TdClassName
{
border-color: #570AFE;
}
.TagClassName
{
border-color: #570AFE;
}
</style>