Shades of Han Purple #5213DB
Tints of Han Purple #5213DB
RGB
CMYK
RGB Variations
Color information
#5213DB (or 0x5213DB) is known color: Han Purple. HEX triplet: 52, 13 and DB. RGB value is (82,19,219). Sum of RGB (Red+Green+Blue) = 82+19+219=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #5213DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5213DB is #ADEC24. Grayscale: #3B3B3B. Windows color (decimal): -11398181 or 14357330. OLE color: 14357330.
HSL color Cylindrical-coordinate representation of color #5213DB: hue angle of 258.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5213DB is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 19 | 219 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.14 |
| HSL | 258.9º | 0.84% | 0.47% | - |
| HSV(B) | 258.9º | 0.91% | 0.86% | - |
| XYZ | 16.5 | 7.37 | 67.57 | - |
| YUV | 60.64 | 217.37 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 219 | 0.63 | 0.91 | 0 | 0.14 | 258.9 | 0.84 | 0.47 |
| Hex | 52 | 13 | DB | 3F | 5B | 0 | E | 103 | 54 | 2F |
| Octal | 122 | 23 | 333 | 77 | 133 | 0 | 16 | 403 | 124 | 57 |
| Binary | 1010010 | 10011 | 11011011 | 111111 | 1011011 | 0 | 1110 | 100000011 | 1010100 | 101111 |
Color Harmonies of #5213DB
Complementary color
Monochromatic Colors of #5213DB
Black with #5213DB
Text Example
Text Example
White with #5213DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5213DB; }
p { color: rgb(82,19,219); }
H1.HeaderClassName
{
color: #5213DB;
}
.AnyTagClassName
{
color: #5213DB;
}
</style>
background-color css
<style>
a { background-color: #5213DB; }
a { background-color: rgb(82,19,219); }
div.DivClassName
{
background-color: #5213DB;
}
.BgClassName
{
background-color: #5213DB;
}
</style>
border-color css
<style>
span { border-color: #5213DB; }
span { border-color: rgb(82,19,219); }
td.TdClassName
{
border-color: #5213DB;
}
.TagClassName
{
border-color: #5213DB;
}
</style>