Shades of Han Purple #571BDE
Tints of Han Purple #571BDE
RGB
CMYK
RGB Variations
Color information
#571BDE (or 0x571BDE) is known color: Han Purple. HEX triplet: 57, 1B and DE. RGB value is (87,27,222). Sum of RGB (Red+Green+Blue) = 87+27+222=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #571BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571BDE is #A8E421. Grayscale: #424242. Windows color (decimal): -11068450 or 14555991. OLE color: 14555991.
HSL color Cylindrical-coordinate representation of color #571BDE: hue angle of 258.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571BDE is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 27 | 222 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.13 |
| HSL | 258.46º | 0.78% | 0.49% | - |
| HSV(B) | 258.46º | 0.88% | 0.87% | - |
| XYZ | 17.51 | 8.08 | 69.74 | - |
| YUV | 67.17 | 215.38 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 27 | 222 | 0.61 | 0.88 | 0 | 0.13 | 258.46 | 0.78 | 0.49 |
| Hex | 57 | 1B | DE | 3D | 58 | 0 | D | 102 | 4E | 31 |
| Octal | 127 | 33 | 336 | 75 | 130 | 0 | 15 | 402 | 116 | 61 |
| Binary | 1010111 | 11011 | 11011110 | 111101 | 1011000 | 0 | 1101 | 100000010 | 1001110 | 110001 |
Color Harmonies of #571BDE
Complementary color
Monochromatic Colors of #571BDE
Black with #571BDE
Text Example
Text Example
White with #571BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571BDE; }
p { color: rgb(87,27,222); }
H1.HeaderClassName
{
color: #571BDE;
}
.AnyTagClassName
{
color: #571BDE;
}
</style>
background-color css
<style>
a { background-color: #571BDE; }
a { background-color: rgb(87,27,222); }
div.DivClassName
{
background-color: #571BDE;
}
.BgClassName
{
background-color: #571BDE;
}
</style>
border-color css
<style>
span { border-color: #571BDE; }
span { border-color: rgb(87,27,222); }
td.TdClassName
{
border-color: #571BDE;
}
.TagClassName
{
border-color: #571BDE;
}
</style>