Shades of Han Purple #5115F9
Tints of Han Purple #5115F9
RGB
CMYK
RGB Variations
Color information
#5115F9 (or 0x5115F9) is known color: Han Purple. HEX triplet: 51, 15 and F9. RGB value is (81,21,249). Sum of RGB (Red+Green+Blue) = 81+21+249=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 249 (97.66% from 255 or 70.94% from 351); Max value from RGB is 249 - color contains mainly: blue. Hex color #5115F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5115F9 is #AEEA06. Grayscale: #404040. Windows color (decimal): -11463175 or 16323921. OLE color: 16323921.
HSL color Cylindrical-coordinate representation of color #5115F9: hue angle of 255.79º 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 #5115F9 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 21 | 249 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.02 |
| HSL | 255.79º | 0.95% | 0.53% | - |
| HSV(B) | 255.79º | 0.92% | 0.98% | - |
| XYZ | 20.76 | 9.13 | 90.29 | - |
| YUV | 64.93 | 231.88 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 249 | 0.67 | 0.92 | 0 | 0.02 | 255.79 | 0.95 | 0.53 |
| Hex | 51 | 15 | F9 | 43 | 5C | 0 | 2 | 100 | 5F | 35 |
| Octal | 121 | 25 | 371 | 103 | 134 | 0 | 2 | 400 | 137 | 65 |
| Binary | 1010001 | 10101 | 11111001 | 1000011 | 1011100 | 0 | 10 | 100000000 | 1011111 | 110101 |
Color Harmonies of #5115F9
Complementary color
Monochromatic Colors of #5115F9
Black with #5115F9
Text Example
Text Example
White with #5115F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5115F9; }
p { color: rgb(81,21,249); }
H1.HeaderClassName
{
color: #5115F9;
}
.AnyTagClassName
{
color: #5115F9;
}
</style>
background-color css
<style>
a { background-color: #5115F9; }
a { background-color: rgb(81,21,249); }
div.DivClassName
{
background-color: #5115F9;
}
.BgClassName
{
background-color: #5115F9;
}
</style>
border-color css
<style>
span { border-color: #5115F9; }
span { border-color: rgb(81,21,249); }
td.TdClassName
{
border-color: #5115F9;
}
.TagClassName
{
border-color: #5115F9;
}
</style>