Shades of Han Purple #571BDF
Tints of Han Purple #571BDF
RGB
CMYK
RGB Variations
Color information
#571BDF (or 0x571BDF) is known color: Han Purple. HEX triplet: 57, 1B and DF. RGB value is (87,27,223). Sum of RGB (Red+Green+Blue) = 87+27+223=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #571BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571BDF is #A8E420. Grayscale: #424242. Windows color (decimal): -11068449 or 14621527. OLE color: 14621527.
HSL color Cylindrical-coordinate representation of color #571BDF: hue angle of 258.37º 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 #571BDF is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 27 | 223 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.13 |
| HSL | 258.37º | 0.78% | 0.49% | - |
| HSV(B) | 258.37º | 0.88% | 0.87% | - |
| XYZ | 17.64 | 8.14 | 70.45 | - |
| YUV | 67.28 | 215.88 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 27 | 223 | 0.61 | 0.88 | 0 | 0.13 | 258.37 | 0.78 | 0.49 |
| Hex | 57 | 1B | DF | 3D | 58 | 0 | D | 102 | 4E | 31 |
| Octal | 127 | 33 | 337 | 75 | 130 | 0 | 15 | 402 | 116 | 61 |
| Binary | 1010111 | 11011 | 11011111 | 111101 | 1011000 | 0 | 1101 | 100000010 | 1001110 | 110001 |
Color Harmonies of #571BDF
Complementary color
Monochromatic Colors of #571BDF
Black with #571BDF
Text Example
Text Example
White with #571BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571BDF; }
p { color: rgb(87,27,223); }
H1.HeaderClassName
{
color: #571BDF;
}
.AnyTagClassName
{
color: #571BDF;
}
</style>
background-color css
<style>
a { background-color: #571BDF; }
a { background-color: rgb(87,27,223); }
div.DivClassName
{
background-color: #571BDF;
}
.BgClassName
{
background-color: #571BDF;
}
</style>
border-color css
<style>
span { border-color: #571BDF; }
span { border-color: rgb(87,27,223); }
td.TdClassName
{
border-color: #571BDF;
}
.TagClassName
{
border-color: #571BDF;
}
</style>