Shades of Han Purple #5213DA
Tints of Han Purple #5213DA
RGB
CMYK
RGB Variations
Color information
#5213DA (or 0x5213DA) is known color: Han Purple. HEX triplet: 52, 13 and DA. RGB value is (82,19,218). Sum of RGB (Red+Green+Blue) = 82+19+218=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #5213DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5213DA is #ADEC25. Grayscale: #3B3B3B. Windows color (decimal): -11398182 or 14291794. OLE color: 14291794.
HSL color Cylindrical-coordinate representation of color #5213DA: hue angle of 258.99º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5213DA is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 19 | 218 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.15 |
| HSL | 259º | 0.84% | 0.46% | - |
| HSV(B) | 259º | 0.91% | 0.85% | - |
| XYZ | 16.37 | 7.32 | 66.88 | - |
| YUV | 60.52 | 216.87 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 218 | 0.62 | 0.91 | 0 | 0.15 | 259 | 0.84 | 0.46 |
| Hex | 52 | 13 | DA | 3E | 5B | 0 | F | 103 | 54 | 2E |
| Octal | 122 | 23 | 332 | 76 | 133 | 0 | 17 | 403 | 124 | 56 |
| Binary | 1010010 | 10011 | 11011010 | 111110 | 1011011 | 0 | 1111 | 100000011 | 1010100 | 101110 |
Color Harmonies of #5213DA
Complementary color
Monochromatic Colors of #5213DA
Black with #5213DA
Text Example
Text Example
White with #5213DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5213DA; }
p { color: rgb(82,19,218); }
H1.HeaderClassName
{
color: #5213DA;
}
.AnyTagClassName
{
color: #5213DA;
}
</style>
background-color css
<style>
a { background-color: #5213DA; }
a { background-color: rgb(82,19,218); }
div.DivClassName
{
background-color: #5213DA;
}
.BgClassName
{
background-color: #5213DA;
}
</style>
border-color css
<style>
span { border-color: #5213DA; }
span { border-color: rgb(82,19,218); }
td.TdClassName
{
border-color: #5213DA;
}
.TagClassName
{
border-color: #5213DA;
}
</style>