Shades of Han Purple #570DF1
Tints of Han Purple #570DF1
RGB
CMYK
RGB Variations
Color information
#570DF1 (or 0x570DF1) is known color: Han Purple. HEX triplet: 57, 0D and F1. RGB value is (87,13,241). Sum of RGB (Red+Green+Blue) = 87+13+241=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 241 (94.53% from 255 or 70.67% from 341); Max value from RGB is 241 - color contains mainly: blue. Hex color #570DF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570DF1 is #A8F20E. Grayscale: #3C3C3C. Windows color (decimal): -11072015 or 15797591. OLE color: 15797591.
HSL color Cylindrical-coordinate representation of color #570DF1: hue angle of 259.47º 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 #570DF1 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 13 | 241 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.05 |
| HSL | 259.47º | 0.9% | 0.5% | - |
| HSV(B) | 259.47º | 0.95% | 0.95% | - |
| XYZ | 19.95 | 8.66 | 83.84 | - |
| YUV | 61.12 | 229.52 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 241 | 0.64 | 0.95 | 0 | 0.05 | 259.47 | 0.9 | 0.5 |
| Hex | 57 | D | F1 | 40 | 5F | 0 | 5 | 103 | 5A | 32 |
| Octal | 127 | 15 | 361 | 100 | 137 | 0 | 5 | 403 | 132 | 62 |
| Binary | 1010111 | 1101 | 11110001 | 1000000 | 1011111 | 0 | 101 | 100000011 | 1011010 | 110010 |
Color Harmonies of #570DF1
Complementary color
Monochromatic Colors of #570DF1
Black with #570DF1
Text Example
Text Example
White with #570DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570DF1; }
p { color: rgb(87,13,241); }
H1.HeaderClassName
{
color: #570DF1;
}
.AnyTagClassName
{
color: #570DF1;
}
</style>
background-color css
<style>
a { background-color: #570DF1; }
a { background-color: rgb(87,13,241); }
div.DivClassName
{
background-color: #570DF1;
}
.BgClassName
{
background-color: #570DF1;
}
</style>
border-color css
<style>
span { border-color: #570DF1; }
span { border-color: rgb(87,13,241); }
td.TdClassName
{
border-color: #570DF1;
}
.TagClassName
{
border-color: #570DF1;
}
</style>