Shades of Han Purple #531FDB
Tints of Han Purple #531FDB
RGB
CMYK
RGB Variations
Color information
#531FDB (or 0x531FDB) is known color: Han Purple. HEX triplet: 53, 1F and DB. RGB value is (83,31,219). Sum of RGB (Red+Green+Blue) = 83+31+219=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #531FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531FDB is #ACE024. Grayscale: #434343. Windows color (decimal): -11329573 or 14360403. OLE color: 14360403.
HSL color Cylindrical-coordinate representation of color #531FDB: hue angle of 256.6º degrees, saturation: 0.75, 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 #531FDB is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 31 | 219 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.14 |
| HSL | 256.6º | 0.75% | 0.49% | - |
| HSV(B) | 256.6º | 0.86% | 0.86% | - |
| XYZ | 16.84 | 7.93 | 67.66 | - |
| YUV | 67.98 | 213.23 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 219 | 0.62 | 0.86 | 0 | 0.14 | 256.6 | 0.75 | 0.49 |
| Hex | 53 | 1F | DB | 3E | 56 | 0 | E | 101 | 4B | 31 |
| Octal | 123 | 37 | 333 | 76 | 126 | 0 | 16 | 401 | 113 | 61 |
| Binary | 1010011 | 11111 | 11011011 | 111110 | 1010110 | 0 | 1110 | 100000001 | 1001011 | 110001 |
Color Harmonies of #531FDB
Complementary color
Monochromatic Colors of #531FDB
Black with #531FDB
Text Example
Text Example
White with #531FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531FDB; }
p { color: rgb(83,31,219); }
H1.HeaderClassName
{
color: #531FDB;
}
.AnyTagClassName
{
color: #531FDB;
}
</style>
background-color css
<style>
a { background-color: #531FDB; }
a { background-color: rgb(83,31,219); }
div.DivClassName
{
background-color: #531FDB;
}
.BgClassName
{
background-color: #531FDB;
}
</style>
border-color css
<style>
span { border-color: #531FDB; }
span { border-color: rgb(83,31,219); }
td.TdClassName
{
border-color: #531FDB;
}
.TagClassName
{
border-color: #531FDB;
}
</style>