Shades of Han Purple #570FFF
Tints of Han Purple #570FFF
RGB
CMYK
RGB Variations
Color information
#570FFF (or 0x570FFF) is known color: Han Purple. HEX triplet: 57, 0F and FF. RGB value is (87,15,255). Sum of RGB (Red+Green+Blue) = 87+15+255=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #570FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570FFF is #A8F000. Grayscale: #3F3F3F. Windows color (decimal): -11071489 or 16715607. OLE color: 16715607.
HSL color Cylindrical-coordinate representation of color #570FFF: hue angle of 258º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570FFF is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 15 | 255 | - |
| CMYK | 0.66 | 0.94 | 0 | 0 |
| HSL | 258º | 1% | 0.53% | - |
| HSV(B) | 258º | 0.94% | 1% | - |
| XYZ | 22.15 | 9.59 | 95.29 | - |
| YUV | 63.89 | 235.85 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 255 | 0.66 | 0.94 | 0 | 0 | 258 | 1 | 0.53 |
| Hex | 57 | F | FF | 42 | 5E | 0 | 0 | 102 | 64 | 35 |
| Octal | 127 | 17 | 377 | 102 | 136 | 0 | 0 | 402 | 144 | 65 |
| Binary | 1010111 | 1111 | 11111111 | 1000010 | 1011110 | 0 | 0 | 100000010 | 1100100 | 110101 |
Color Harmonies of #570FFF
Complementary color
Monochromatic Colors of #570FFF
Black with #570FFF
Text Example
Text Example
White with #570FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570FFF; }
p { color: rgb(87,15,255); }
H1.HeaderClassName
{
color: #570FFF;
}
.AnyTagClassName
{
color: #570FFF;
}
</style>
background-color css
<style>
a { background-color: #570FFF; }
a { background-color: rgb(87,15,255); }
div.DivClassName
{
background-color: #570FFF;
}
.BgClassName
{
background-color: #570FFF;
}
</style>
border-color css
<style>
span { border-color: #570FFF; }
span { border-color: rgb(87,15,255); }
td.TdClassName
{
border-color: #570FFF;
}
.TagClassName
{
border-color: #570FFF;
}
</style>