Shades of Han Purple #570DF2
Tints of Han Purple #570DF2
RGB
CMYK
RGB Variations
Color information
#570DF2 (or 0x570DF2) is known color: Han Purple. HEX triplet: 57, 0D and F2. RGB value is (87,13,242). Sum of RGB (Red+Green+Blue) = 87+13+242=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 242 (94.92% from 255 or 70.76% from 342); Max value from RGB is 242 - color contains mainly: blue. Hex color #570DF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570DF2 is #A8F20D. Grayscale: #3C3C3C. Windows color (decimal): -11072014 or 15863127. OLE color: 15863127.
HSL color Cylindrical-coordinate representation of color #570DF2: hue angle of 259.39º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570DF2 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 13 | 242 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.05 |
| HSL | 259.39º | 0.9% | 0.5% | - |
| HSV(B) | 259.39º | 0.95% | 0.95% | - |
| XYZ | 20.1 | 8.72 | 84.63 | - |
| YUV | 61.23 | 230.02 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 242 | 0.64 | 0.95 | 0 | 0.05 | 259.39 | 0.9 | 0.5 |
| Hex | 57 | D | F2 | 40 | 5F | 0 | 5 | 103 | 5A | 32 |
| Octal | 127 | 15 | 362 | 100 | 137 | 0 | 5 | 403 | 132 | 62 |
| Binary | 1010111 | 1101 | 11110010 | 1000000 | 1011111 | 0 | 101 | 100000011 | 1011010 | 110010 |
Color Harmonies of #570DF2
Complementary color
Monochromatic Colors of #570DF2
Black with #570DF2
Text Example
Text Example
White with #570DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570DF2; }
p { color: rgb(87,13,242); }
H1.HeaderClassName
{
color: #570DF2;
}
.AnyTagClassName
{
color: #570DF2;
}
</style>
background-color css
<style>
a { background-color: #570DF2; }
a { background-color: rgb(87,13,242); }
div.DivClassName
{
background-color: #570DF2;
}
.BgClassName
{
background-color: #570DF2;
}
</style>
border-color css
<style>
span { border-color: #570DF2; }
span { border-color: rgb(87,13,242); }
td.TdClassName
{
border-color: #570DF2;
}
.TagClassName
{
border-color: #570DF2;
}
</style>