Shades of Han Purple #5215E3
Tints of Han Purple #5215E3
RGB
CMYK
RGB Variations
Color information
#5215E3 (or 0x5215E3) is known color: Han Purple. HEX triplet: 52, 15 and E3. RGB value is (82,21,227). Sum of RGB (Red+Green+Blue) = 82+21+227=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 227 (89.06% from 255 or 68.79% from 330); Max value from RGB is 227 - color contains mainly: blue. Hex color #5215E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5215E3 is #ADEA1C. Grayscale: #3D3D3D. Windows color (decimal): -11397661 or 14882130. OLE color: 14882130.
HSL color Cylindrical-coordinate representation of color #5215E3: hue angle of 257.77º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5215E3 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 21 | 227 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.11 |
| HSL | 257.77º | 0.83% | 0.49% | - |
| HSV(B) | 257.77º | 0.91% | 0.89% | - |
| XYZ | 17.61 | 7.88 | 73.27 | - |
| YUV | 62.72 | 220.71 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 227 | 0.64 | 0.91 | 0 | 0.11 | 257.77 | 0.83 | 0.49 |
| Hex | 52 | 15 | E3 | 40 | 5B | 0 | B | 102 | 53 | 31 |
| Octal | 122 | 25 | 343 | 100 | 133 | 0 | 13 | 402 | 123 | 61 |
| Binary | 1010010 | 10101 | 11100011 | 1000000 | 1011011 | 0 | 1011 | 100000010 | 1010011 | 110001 |
Color Harmonies of #5215E3
Complementary color
Monochromatic Colors of #5215E3
Black with #5215E3
Text Example
Text Example
White with #5215E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5215E3; }
p { color: rgb(82,21,227); }
H1.HeaderClassName
{
color: #5215E3;
}
.AnyTagClassName
{
color: #5215E3;
}
</style>
background-color css
<style>
a { background-color: #5215E3; }
a { background-color: rgb(82,21,227); }
div.DivClassName
{
background-color: #5215E3;
}
.BgClassName
{
background-color: #5215E3;
}
</style>
border-color css
<style>
span { border-color: #5215E3; }
span { border-color: rgb(82,21,227); }
td.TdClassName
{
border-color: #5215E3;
}
.TagClassName
{
border-color: #5215E3;
}
</style>