Shades of Han Purple #5215F9
Tints of Han Purple #5215F9
RGB
CMYK
RGB Variations
Color information
#5215F9 (or 0x5215F9) is known color: Han Purple. HEX triplet: 52, 15 and F9. RGB value is (82,21,249). Sum of RGB (Red+Green+Blue) = 82+21+249=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 249 (97.66% from 255 or 70.74% from 352); Max value from RGB is 249 - color contains mainly: blue. Hex color #5215F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5215F9 is #ADEA06. Grayscale: #404040. Windows color (decimal): -11397639 or 16323922. OLE color: 16323922.
HSL color Cylindrical-coordinate representation of color #5215F9: hue angle of 256.05º degrees, saturation: 0.95, 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 #5215F9 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 21 | 249 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.02 |
| HSL | 256.05º | 0.95% | 0.53% | - |
| HSV(B) | 256.05º | 0.92% | 0.98% | - |
| XYZ | 20.85 | 9.17 | 90.29 | - |
| YUV | 65.23 | 231.71 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 249 | 0.67 | 0.92 | 0 | 0.02 | 256.05 | 0.95 | 0.53 |
| Hex | 52 | 15 | F9 | 43 | 5C | 0 | 2 | 100 | 5F | 35 |
| Octal | 122 | 25 | 371 | 103 | 134 | 0 | 2 | 400 | 137 | 65 |
| Binary | 1010010 | 10101 | 11111001 | 1000011 | 1011100 | 0 | 10 | 100000000 | 1011111 | 110101 |
Color Harmonies of #5215F9
Complementary color
Monochromatic Colors of #5215F9
Black with #5215F9
Text Example
Text Example
White with #5215F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5215F9; }
p { color: rgb(82,21,249); }
H1.HeaderClassName
{
color: #5215F9;
}
.AnyTagClassName
{
color: #5215F9;
}
</style>
background-color css
<style>
a { background-color: #5215F9; }
a { background-color: rgb(82,21,249); }
div.DivClassName
{
background-color: #5215F9;
}
.BgClassName
{
background-color: #5215F9;
}
</style>
border-color css
<style>
span { border-color: #5215F9; }
span { border-color: rgb(82,21,249); }
td.TdClassName
{
border-color: #5215F9;
}
.TagClassName
{
border-color: #5215F9;
}
</style>