Shades of Han Purple #571DF1
Tints of Han Purple #571DF1
RGB
CMYK
RGB Variations
Color information
#571DF1 (or 0x571DF1) is known color: Han Purple. HEX triplet: 57, 1D and F1. RGB value is (87,29,241). Sum of RGB (Red+Green+Blue) = 87+29+241=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #571DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571DF1 is #A8E20E. Grayscale: #454545. Windows color (decimal): -11067919 or 15801687. OLE color: 15801687.
HSL color Cylindrical-coordinate representation of color #571DF1: hue angle of 256.42º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571DF1 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 29 | 241 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.05 |
| HSL | 256.42º | 0.88% | 0.53% | - |
| HSV(B) | 256.42º | 0.88% | 0.95% | - |
| XYZ | 20.25 | 9.26 | 83.94 | - |
| YUV | 70.51 | 224.22 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 29 | 241 | 0.64 | 0.88 | 0 | 0.05 | 256.42 | 0.88 | 0.53 |
| Hex | 57 | 1D | F1 | 40 | 58 | 0 | 5 | 100 | 58 | 35 |
| Octal | 127 | 35 | 361 | 100 | 130 | 0 | 5 | 400 | 130 | 65 |
| Binary | 1010111 | 11101 | 11110001 | 1000000 | 1011000 | 0 | 101 | 100000000 | 1011000 | 110101 |
Color Harmonies of #571DF1
Complementary color
Monochromatic Colors of #571DF1
Black with #571DF1
Text Example
Text Example
White with #571DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571DF1; }
p { color: rgb(87,29,241); }
H1.HeaderClassName
{
color: #571DF1;
}
.AnyTagClassName
{
color: #571DF1;
}
</style>
background-color css
<style>
a { background-color: #571DF1; }
a { background-color: rgb(87,29,241); }
div.DivClassName
{
background-color: #571DF1;
}
.BgClassName
{
background-color: #571DF1;
}
</style>
border-color css
<style>
span { border-color: #571DF1; }
span { border-color: rgb(87,29,241); }
td.TdClassName
{
border-color: #571DF1;
}
.TagClassName
{
border-color: #571DF1;
}
</style>