Shades of Han Purple #571FDB
Tints of Han Purple #571FDB
RGB
CMYK
RGB Variations
Color information
#571FDB (or 0x571FDB) is known color: Han Purple. HEX triplet: 57, 1F and DB. RGB value is (87,31,219). Sum of RGB (Red+Green+Blue) = 87+31+219=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #571FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571FDB is #A8E024. Grayscale: #444444. Windows color (decimal): -11067429 or 14360407. OLE color: 14360407.
HSL color Cylindrical-coordinate representation of color #571FDB: hue angle of 257.87º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571FDB is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 31 | 219 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.14 |
| HSL | 257.87º | 0.75% | 0.49% | - |
| HSV(B) | 257.87º | 0.86% | 0.86% | - |
| XYZ | 17.21 | 8.12 | 67.68 | - |
| YUV | 69.18 | 212.55 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 31 | 219 | 0.60 | 0.86 | 0 | 0.14 | 257.87 | 0.75 | 0.49 |
| Hex | 57 | 1F | DB | 3C | 56 | 0 | E | 102 | 4B | 31 |
| Octal | 127 | 37 | 333 | 74 | 126 | 0 | 16 | 402 | 113 | 61 |
| Binary | 1010111 | 11111 | 11011011 | 111100 | 1010110 | 0 | 1110 | 100000010 | 1001011 | 110001 |
Color Harmonies of #571FDB
Complementary color
Monochromatic Colors of #571FDB
Black with #571FDB
Text Example
Text Example
White with #571FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571FDB; }
p { color: rgb(87,31,219); }
H1.HeaderClassName
{
color: #571FDB;
}
.AnyTagClassName
{
color: #571FDB;
}
</style>
background-color css
<style>
a { background-color: #571FDB; }
a { background-color: rgb(87,31,219); }
div.DivClassName
{
background-color: #571FDB;
}
.BgClassName
{
background-color: #571FDB;
}
</style>
border-color css
<style>
span { border-color: #571FDB; }
span { border-color: rgb(87,31,219); }
td.TdClassName
{
border-color: #571FDB;
}
.TagClassName
{
border-color: #571FDB;
}
</style>