Shades of Han Purple #5215E1
Tints of Han Purple #5215E1
RGB
CMYK
RGB Variations
Color information
#5215E1 (or 0x5215E1) is known color: Han Purple. HEX triplet: 52, 15 and E1. RGB value is (82,21,225). Sum of RGB (Red+Green+Blue) = 82+21+225=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 225 (88.28% from 255 or 68.60% from 328); Max value from RGB is 225 - color contains mainly: blue. Hex color #5215E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5215E1 is #ADEA1E. Grayscale: #3D3D3D. Windows color (decimal): -11397663 or 14751058. OLE color: 14751058.
HSL color Cylindrical-coordinate representation of color #5215E1: hue angle of 257.94º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5215E1 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 21 | 225 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.12 |
| HSL | 257.94º | 0.83% | 0.48% | - |
| HSV(B) | 257.94º | 0.91% | 0.88% | - |
| XYZ | 17.34 | 7.77 | 71.82 | - |
| YUV | 62.5 | 219.71 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 225 | 0.64 | 0.91 | 0 | 0.12 | 257.94 | 0.83 | 0.48 |
| Hex | 52 | 15 | E1 | 40 | 5B | 0 | C | 102 | 53 | 30 |
| Octal | 122 | 25 | 341 | 100 | 133 | 0 | 14 | 402 | 123 | 60 |
| Binary | 1010010 | 10101 | 11100001 | 1000000 | 1011011 | 0 | 1100 | 100000010 | 1010011 | 110000 |
Color Harmonies of #5215E1
Complementary color
Monochromatic Colors of #5215E1
Black with #5215E1
Text Example
Text Example
White with #5215E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5215E1; }
p { color: rgb(82,21,225); }
H1.HeaderClassName
{
color: #5215E1;
}
.AnyTagClassName
{
color: #5215E1;
}
</style>
background-color css
<style>
a { background-color: #5215E1; }
a { background-color: rgb(82,21,225); }
div.DivClassName
{
background-color: #5215E1;
}
.BgClassName
{
background-color: #5215E1;
}
</style>
border-color css
<style>
span { border-color: #5215E1; }
span { border-color: rgb(82,21,225); }
td.TdClassName
{
border-color: #5215E1;
}
.TagClassName
{
border-color: #5215E1;
}
</style>