Shades of Han Purple #5215DE
Tints of Han Purple #5215DE
RGB
CMYK
RGB Variations
Color information
#5215DE (or 0x5215DE) is known color: Han Purple. HEX triplet: 52, 15 and DE. RGB value is (82,21,222). Sum of RGB (Red+Green+Blue) = 82+21+222=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #5215DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5215DE is #ADEA21. Grayscale: #3D3D3D. Windows color (decimal): -11397666 or 14554450. OLE color: 14554450.
HSL color Cylindrical-coordinate representation of color #5215DE: hue angle of 258.21º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5215DE is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 21 | 222 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.13 |
| HSL | 258.21º | 0.83% | 0.48% | - |
| HSV(B) | 258.21º | 0.91% | 0.87% | - |
| XYZ | 16.93 | 7.6 | 69.68 | - |
| YUV | 62.15 | 218.21 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 222 | 0.63 | 0.91 | 0 | 0.13 | 258.21 | 0.83 | 0.48 |
| Hex | 52 | 15 | DE | 3F | 5B | 0 | D | 102 | 53 | 30 |
| Octal | 122 | 25 | 336 | 77 | 133 | 0 | 15 | 402 | 123 | 60 |
| Binary | 1010010 | 10101 | 11011110 | 111111 | 1011011 | 0 | 1101 | 100000010 | 1010011 | 110000 |
Color Harmonies of #5215DE
Complementary color
Monochromatic Colors of #5215DE
Black with #5215DE
Text Example
Text Example
White with #5215DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5215DE; }
p { color: rgb(82,21,222); }
H1.HeaderClassName
{
color: #5215DE;
}
.AnyTagClassName
{
color: #5215DE;
}
</style>
background-color css
<style>
a { background-color: #5215DE; }
a { background-color: rgb(82,21,222); }
div.DivClassName
{
background-color: #5215DE;
}
.BgClassName
{
background-color: #5215DE;
}
</style>
border-color css
<style>
span { border-color: #5215DE; }
span { border-color: rgb(82,21,222); }
td.TdClassName
{
border-color: #5215DE;
}
.TagClassName
{
border-color: #5215DE;
}
</style>