Shades of Han Purple #570FF2
Tints of Han Purple #570FF2
RGB
CMYK
RGB Variations
Color information
#570FF2 (or 0x570FF2) is known color: Han Purple. HEX triplet: 57, 0F and F2. RGB value is (87,15,242). Sum of RGB (Red+Green+Blue) = 87+15+242=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 242 (94.92% from 255 or 70.35% from 344); Max value from RGB is 242 - color contains mainly: blue. Hex color #570FF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570FF2 is #A8F00D. Grayscale: #3D3D3D. Windows color (decimal): -11071502 or 15863639. OLE color: 15863639.
HSL color Cylindrical-coordinate representation of color #570FF2: hue angle of 259.03º degrees, saturation: 0.9, 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 #570FF2 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 15 | 242 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.05 |
| HSL | 259.03º | 0.9% | 0.5% | - |
| HSV(B) | 259.03º | 0.94% | 0.95% | - |
| XYZ | 20.13 | 8.78 | 84.64 | - |
| YUV | 62.41 | 229.35 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 242 | 0.64 | 0.94 | 0 | 0.05 | 259.03 | 0.9 | 0.5 |
| Hex | 57 | F | F2 | 40 | 5E | 0 | 5 | 103 | 5A | 32 |
| Octal | 127 | 17 | 362 | 100 | 136 | 0 | 5 | 403 | 132 | 62 |
| Binary | 1010111 | 1111 | 11110010 | 1000000 | 1011110 | 0 | 101 | 100000011 | 1011010 | 110010 |
Color Harmonies of #570FF2
Complementary color
Monochromatic Colors of #570FF2
Black with #570FF2
Text Example
Text Example
White with #570FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570FF2; }
p { color: rgb(87,15,242); }
H1.HeaderClassName
{
color: #570FF2;
}
.AnyTagClassName
{
color: #570FF2;
}
</style>
background-color css
<style>
a { background-color: #570FF2; }
a { background-color: rgb(87,15,242); }
div.DivClassName
{
background-color: #570FF2;
}
.BgClassName
{
background-color: #570FF2;
}
</style>
border-color css
<style>
span { border-color: #570FF2; }
span { border-color: rgb(87,15,242); }
td.TdClassName
{
border-color: #570FF2;
}
.TagClassName
{
border-color: #570FF2;
}
</style>