Shades of Han Purple #521FDB
Tints of Han Purple #521FDB
RGB
CMYK
RGB Variations
Color information
#521FDB (or 0x521FDB) is known color: Han Purple. HEX triplet: 52, 1F and DB. RGB value is (82,31,219). Sum of RGB (Red+Green+Blue) = 82+31+219=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 31 (12.5% from 255 or 9.34% 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 #521FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FDB is #ADE024. Grayscale: #424242. Windows color (decimal): -11395109 or 14360402. OLE color: 14360402.
HSL color Cylindrical-coordinate representation of color #521FDB: hue angle of 256.28º 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 #521FDB is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 31 | 219 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.14 |
| HSL | 256.28º | 0.75% | 0.49% | - |
| HSV(B) | 256.28º | 0.86% | 0.86% | - |
| XYZ | 16.76 | 7.89 | 67.66 | - |
| YUV | 67.68 | 213.4 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 219 | 0.63 | 0.86 | 0 | 0.14 | 256.28 | 0.75 | 0.49 |
| Hex | 52 | 1F | DB | 3F | 56 | 0 | E | 100 | 4B | 31 |
| Octal | 122 | 37 | 333 | 77 | 126 | 0 | 16 | 400 | 113 | 61 |
| Binary | 1010010 | 11111 | 11011011 | 111111 | 1010110 | 0 | 1110 | 100000000 | 1001011 | 110001 |
Color Harmonies of #521FDB
Complementary color
Monochromatic Colors of #521FDB
Black with #521FDB
Text Example
Text Example
White with #521FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521FDB; }
p { color: rgb(82,31,219); }
H1.HeaderClassName
{
color: #521FDB;
}
.AnyTagClassName
{
color: #521FDB;
}
</style>
background-color css
<style>
a { background-color: #521FDB; }
a { background-color: rgb(82,31,219); }
div.DivClassName
{
background-color: #521FDB;
}
.BgClassName
{
background-color: #521FDB;
}
</style>
border-color css
<style>
span { border-color: #521FDB; }
span { border-color: rgb(82,31,219); }
td.TdClassName
{
border-color: #521FDB;
}
.TagClassName
{
border-color: #521FDB;
}
</style>