Shades of Han Purple #571DDB
Tints of Han Purple #571DDB
RGB
CMYK
RGB Variations
Color information
#571DDB (or 0x571DDB) is known color: Han Purple. HEX triplet: 57, 1D and DB. RGB value is (87,29,219). Sum of RGB (Red+Green+Blue) = 87+29+219=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #571DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571DDB is #A8E224. Grayscale: #434343. Windows color (decimal): -11067941 or 14359895. OLE color: 14359895.
HSL color Cylindrical-coordinate representation of color #571DDB: hue angle of 258.32º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #571DDB is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 29 | 219 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.14 |
| HSL | 258.32º | 0.77% | 0.49% | - |
| HSV(B) | 258.32º | 0.87% | 0.86% | - |
| XYZ | 17.16 | 8.02 | 67.66 | - |
| YUV | 68 | 213.22 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 29 | 219 | 0.60 | 0.87 | 0 | 0.14 | 258.32 | 0.77 | 0.49 |
| Hex | 57 | 1D | DB | 3C | 57 | 0 | E | 102 | 4D | 31 |
| Octal | 127 | 35 | 333 | 74 | 127 | 0 | 16 | 402 | 115 | 61 |
| Binary | 1010111 | 11101 | 11011011 | 111100 | 1010111 | 0 | 1110 | 100000010 | 1001101 | 110001 |
Color Harmonies of #571DDB
Complementary color
Monochromatic Colors of #571DDB
Black with #571DDB
Text Example
Text Example
White with #571DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571DDB; }
p { color: rgb(87,29,219); }
H1.HeaderClassName
{
color: #571DDB;
}
.AnyTagClassName
{
color: #571DDB;
}
</style>
background-color css
<style>
a { background-color: #571DDB; }
a { background-color: rgb(87,29,219); }
div.DivClassName
{
background-color: #571DDB;
}
.BgClassName
{
background-color: #571DDB;
}
</style>
border-color css
<style>
span { border-color: #571DDB; }
span { border-color: rgb(87,29,219); }
td.TdClassName
{
border-color: #571DDB;
}
.TagClassName
{
border-color: #571DDB;
}
</style>