Shades of Han Purple #5215FA
Tints of Han Purple #5215FA
RGB
CMYK
RGB Variations
Color information
#5215FA (or 0x5215FA) is known color: Han Purple. HEX triplet: 52, 15 and FA. RGB value is (82,21,250). Sum of RGB (Red+Green+Blue) = 82+21+250=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #5215FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5215FA is #ADEA05. Grayscale: #404040. Windows color (decimal): -11397638 or 16389458. OLE color: 16389458.
HSL color Cylindrical-coordinate representation of color #5215FA: hue angle of 255.98º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5215FA is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 21 | 250 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.02 |
| HSL | 255.98º | 0.96% | 0.53% | - |
| HSV(B) | 255.98º | 0.92% | 0.98% | - |
| XYZ | 21 | 9.23 | 91.12 | - |
| YUV | 65.35 | 232.21 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 250 | 0.67 | 0.92 | 0 | 0.02 | 255.98 | 0.96 | 0.53 |
| Hex | 52 | 15 | FA | 43 | 5C | 0 | 2 | 100 | 60 | 35 |
| Octal | 122 | 25 | 372 | 103 | 134 | 0 | 2 | 400 | 140 | 65 |
| Binary | 1010010 | 10101 | 11111010 | 1000011 | 1011100 | 0 | 10 | 100000000 | 1100000 | 110101 |
Color Harmonies of #5215FA
Complementary color
Monochromatic Colors of #5215FA
Black with #5215FA
Text Example
Text Example
White with #5215FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5215FA; }
p { color: rgb(82,21,250); }
H1.HeaderClassName
{
color: #5215FA;
}
.AnyTagClassName
{
color: #5215FA;
}
</style>
background-color css
<style>
a { background-color: #5215FA; }
a { background-color: rgb(82,21,250); }
div.DivClassName
{
background-color: #5215FA;
}
.BgClassName
{
background-color: #5215FA;
}
</style>
border-color css
<style>
span { border-color: #5215FA; }
span { border-color: rgb(82,21,250); }
td.TdClassName
{
border-color: #5215FA;
}
.TagClassName
{
border-color: #5215FA;
}
</style>