Shades of Han Purple #571EDB
Tints of Han Purple #571EDB
RGB
CMYK
RGB Variations
Color information
#571EDB (or 0x571EDB) is known color: Han Purple. HEX triplet: 57, 1E and DB. RGB value is (87,30,219). Sum of RGB (Red+Green+Blue) = 87+30+219=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #571EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571EDB is #A8E124. Grayscale: #434343. Windows color (decimal): -11067685 or 14360151. OLE color: 14360151.
HSL color Cylindrical-coordinate representation of color #571EDB: hue angle of 258.1º degrees, saturation: 0.76, 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 #571EDB is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 30 | 219 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.14 |
| HSL | 258.1º | 0.76% | 0.49% | - |
| HSV(B) | 258.1º | 0.86% | 0.86% | - |
| XYZ | 17.18 | 8.07 | 67.67 | - |
| YUV | 68.59 | 212.88 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 219 | 0.60 | 0.86 | 0 | 0.14 | 258.1 | 0.76 | 0.49 |
| Hex | 57 | 1E | DB | 3C | 56 | 0 | E | 102 | 4C | 31 |
| Octal | 127 | 36 | 333 | 74 | 126 | 0 | 16 | 402 | 114 | 61 |
| Binary | 1010111 | 11110 | 11011011 | 111100 | 1010110 | 0 | 1110 | 100000010 | 1001100 | 110001 |
Color Harmonies of #571EDB
Complementary color
Monochromatic Colors of #571EDB
Black with #571EDB
Text Example
Text Example
White with #571EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571EDB; }
p { color: rgb(87,30,219); }
H1.HeaderClassName
{
color: #571EDB;
}
.AnyTagClassName
{
color: #571EDB;
}
</style>
background-color css
<style>
a { background-color: #571EDB; }
a { background-color: rgb(87,30,219); }
div.DivClassName
{
background-color: #571EDB;
}
.BgClassName
{
background-color: #571EDB;
}
</style>
border-color css
<style>
span { border-color: #571EDB; }
span { border-color: rgb(87,30,219); }
td.TdClassName
{
border-color: #571EDB;
}
.TagClassName
{
border-color: #571EDB;
}
</style>