Shades of Han Purple #5218DA
Tints of Han Purple #5218DA
RGB
CMYK
RGB Variations
Color information
#5218DA (or 0x5218DA) is known color: Han Purple. HEX triplet: 52, 18 and DA. RGB value is (82,24,218). Sum of RGB (Red+Green+Blue) = 82+24+218=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 218 (85.55% from 255 or 67.28% from 324); Max value from RGB is 218 - color contains mainly: blue. Hex color #5218DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5218DA is #ADE725. Grayscale: #3E3E3E. Windows color (decimal): -11396902 or 14293074. OLE color: 14293074.
HSL color Cylindrical-coordinate representation of color #5218DA: hue angle of 257.94º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5218DA is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 24 | 218 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.15 |
| HSL | 257.94º | 0.8% | 0.47% | - |
| HSV(B) | 257.94º | 0.89% | 0.85% | - |
| XYZ | 16.46 | 7.51 | 66.91 | - |
| YUV | 63.46 | 215.22 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 218 | 0.62 | 0.89 | 0 | 0.15 | 257.94 | 0.8 | 0.47 |
| Hex | 52 | 18 | DA | 3E | 59 | 0 | F | 102 | 50 | 2F |
| Octal | 122 | 30 | 332 | 76 | 131 | 0 | 17 | 402 | 120 | 57 |
| Binary | 1010010 | 11000 | 11011010 | 111110 | 1011001 | 0 | 1111 | 100000010 | 1010000 | 101111 |
Color Harmonies of #5218DA
Complementary color
Monochromatic Colors of #5218DA
Black with #5218DA
Text Example
Text Example
White with #5218DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5218DA; }
p { color: rgb(82,24,218); }
H1.HeaderClassName
{
color: #5218DA;
}
.AnyTagClassName
{
color: #5218DA;
}
</style>
background-color css
<style>
a { background-color: #5218DA; }
a { background-color: rgb(82,24,218); }
div.DivClassName
{
background-color: #5218DA;
}
.BgClassName
{
background-color: #5218DA;
}
</style>
border-color css
<style>
span { border-color: #5218DA; }
span { border-color: rgb(82,24,218); }
td.TdClassName
{
border-color: #5218DA;
}
.TagClassName
{
border-color: #5218DA;
}
</style>