Shades of Han Purple #571ADB
Tints of Han Purple #571ADB
RGB
CMYK
RGB Variations
Color information
#571ADB (or 0x571ADB) is known color: Han Purple. HEX triplet: 57, 1A and DB. RGB value is (87,26,219). Sum of RGB (Red+Green+Blue) = 87+26+219=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #571ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571ADB is #A8E524. Grayscale: #414141. Windows color (decimal): -11068709 or 14359127. OLE color: 14359127.
HSL color Cylindrical-coordinate representation of color #571ADB: hue angle of 258.96º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571ADB is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 26 | 219 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.14 |
| HSL | 258.96º | 0.79% | 0.48% | - |
| HSV(B) | 258.96º | 0.88% | 0.86% | - |
| XYZ | 17.09 | 7.88 | 67.64 | - |
| YUV | 66.24 | 214.21 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 219 | 0.60 | 0.88 | 0 | 0.14 | 258.96 | 0.79 | 0.48 |
| Hex | 57 | 1A | DB | 3C | 58 | 0 | E | 103 | 4F | 30 |
| Octal | 127 | 32 | 333 | 74 | 130 | 0 | 16 | 403 | 117 | 60 |
| Binary | 1010111 | 11010 | 11011011 | 111100 | 1011000 | 0 | 1110 | 100000011 | 1001111 | 110000 |
Color Harmonies of #571ADB
Complementary color
Monochromatic Colors of #571ADB
Black with #571ADB
Text Example
Text Example
White with #571ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571ADB; }
p { color: rgb(87,26,219); }
H1.HeaderClassName
{
color: #571ADB;
}
.AnyTagClassName
{
color: #571ADB;
}
</style>
background-color css
<style>
a { background-color: #571ADB; }
a { background-color: rgb(87,26,219); }
div.DivClassName
{
background-color: #571ADB;
}
.BgClassName
{
background-color: #571ADB;
}
</style>
border-color css
<style>
span { border-color: #571ADB; }
span { border-color: rgb(87,26,219); }
td.TdClassName
{
border-color: #571ADB;
}
.TagClassName
{
border-color: #571ADB;
}
</style>