Shades of Han Purple #5221DB
Tints of Han Purple #5221DB
RGB
CMYK
RGB Variations
Color information
#5221DB (or 0x5221DB) is known color: Han Purple. HEX triplet: 52, 21 and DB. RGB value is (82,33,219). Sum of RGB (Red+Green+Blue) = 82+33+219=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #5221DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5221DB is #ADDE24. Grayscale: #444444. Windows color (decimal): -11394597 or 14360914. OLE color: 14360914.
HSL color Cylindrical-coordinate representation of color #5221DB: hue angle of 255.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5221DB is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 33 | 219 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.14 |
| HSL | 255.81º | 0.74% | 0.49% | - |
| HSV(B) | 255.81º | 0.85% | 0.86% | - |
| XYZ | 16.81 | 8 | 67.68 | - |
| YUV | 68.86 | 212.73 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 219 | 0.63 | 0.85 | 0 | 0.14 | 255.81 | 0.74 | 0.49 |
| Hex | 52 | 21 | DB | 3F | 55 | 0 | E | 100 | 4A | 31 |
| Octal | 122 | 41 | 333 | 77 | 125 | 0 | 16 | 400 | 112 | 61 |
| Binary | 1010010 | 100001 | 11011011 | 111111 | 1010101 | 0 | 1110 | 100000000 | 1001010 | 110001 |
Color Harmonies of #5221DB
Complementary color
Monochromatic Colors of #5221DB
Black with #5221DB
Text Example
Text Example
White with #5221DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5221DB; }
p { color: rgb(82,33,219); }
H1.HeaderClassName
{
color: #5221DB;
}
.AnyTagClassName
{
color: #5221DB;
}
</style>
background-color css
<style>
a { background-color: #5221DB; }
a { background-color: rgb(82,33,219); }
div.DivClassName
{
background-color: #5221DB;
}
.BgClassName
{
background-color: #5221DB;
}
</style>
border-color css
<style>
span { border-color: #5221DB; }
span { border-color: rgb(82,33,219); }
td.TdClassName
{
border-color: #5221DB;
}
.TagClassName
{
border-color: #5221DB;
}
</style>