Shades of Han Purple #5213EB
Tints of Han Purple #5213EB
RGB
CMYK
RGB Variations
Color information
#5213EB (or 0x5213EB) is known color: Han Purple. HEX triplet: 52, 13 and EB. RGB value is (82,19,235). Sum of RGB (Red+Green+Blue) = 82+19+235=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #5213EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5213EB is #ADEC14. Grayscale: #3D3D3D. Windows color (decimal): -11398165 or 15405906. OLE color: 15405906.
HSL color Cylindrical-coordinate representation of color #5213EB: hue angle of 257.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5213EB is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 19 | 235 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.08 |
| HSL | 257.5º | 0.85% | 0.5% | - |
| HSV(B) | 257.5º | 0.92% | 0.92% | - |
| XYZ | 18.71 | 8.26 | 79.21 | - |
| YUV | 62.46 | 225.37 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 235 | 0.65 | 0.92 | 0 | 0.08 | 257.5 | 0.85 | 0.5 |
| Hex | 52 | 13 | EB | 41 | 5C | 0 | 8 | 102 | 55 | 32 |
| Octal | 122 | 23 | 353 | 101 | 134 | 0 | 10 | 402 | 125 | 62 |
| Binary | 1010010 | 10011 | 11101011 | 1000001 | 1011100 | 0 | 1000 | 100000010 | 1010101 | 110010 |
Color Harmonies of #5213EB
Complementary color
Monochromatic Colors of #5213EB
Black with #5213EB
Text Example
Text Example
White with #5213EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5213EB; }
p { color: rgb(82,19,235); }
H1.HeaderClassName
{
color: #5213EB;
}
.AnyTagClassName
{
color: #5213EB;
}
</style>
background-color css
<style>
a { background-color: #5213EB; }
a { background-color: rgb(82,19,235); }
div.DivClassName
{
background-color: #5213EB;
}
.BgClassName
{
background-color: #5213EB;
}
</style>
border-color css
<style>
span { border-color: #5213EB; }
span { border-color: rgb(82,19,235); }
td.TdClassName
{
border-color: #5213EB;
}
.TagClassName
{
border-color: #5213EB;
}
</style>