Shades of Han Purple #510DF0
Tints of Han Purple #510DF0
RGB
CMYK
RGB Variations
Color information
#510DF0 (or 0x510DF0) is known color: Han Purple. HEX triplet: 51, 0D and F0. RGB value is (81,13,240). Sum of RGB (Red+Green+Blue) = 81+13+240=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 240 (94.14% from 255 or 71.86% from 334); Max value from RGB is 240 - color contains mainly: blue. Hex color #510DF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510DF0 is #AEF20F. Grayscale: #3A3A3A. Windows color (decimal): -11465232 or 15732049. OLE color: 15732049.
HSL color Cylindrical-coordinate representation of color #510DF0: hue angle of 257.97º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510DF0 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 13 | 240 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.06 |
| HSL | 257.97º | 0.9% | 0.5% | - |
| HSV(B) | 257.97º | 0.95% | 0.94% | - |
| XYZ | 19.27 | 8.33 | 83.03 | - |
| YUV | 59.21 | 230.03 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 240 | 0.66 | 0.95 | 0 | 0.06 | 257.97 | 0.9 | 0.5 |
| Hex | 51 | D | F0 | 42 | 5F | 0 | 6 | 102 | 5A | 32 |
| Octal | 121 | 15 | 360 | 102 | 137 | 0 | 6 | 402 | 132 | 62 |
| Binary | 1010001 | 1101 | 11110000 | 1000010 | 1011111 | 0 | 110 | 100000010 | 1011010 | 110010 |
Color Harmonies of #510DF0
Complementary color
Monochromatic Colors of #510DF0
Black with #510DF0
Text Example
Text Example
White with #510DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510DF0; }
p { color: rgb(81,13,240); }
H1.HeaderClassName
{
color: #510DF0;
}
.AnyTagClassName
{
color: #510DF0;
}
</style>
background-color css
<style>
a { background-color: #510DF0; }
a { background-color: rgb(81,13,240); }
div.DivClassName
{
background-color: #510DF0;
}
.BgClassName
{
background-color: #510DF0;
}
</style>
border-color css
<style>
span { border-color: #510DF0; }
span { border-color: rgb(81,13,240); }
td.TdClassName
{
border-color: #510DF0;
}
.TagClassName
{
border-color: #510DF0;
}
</style>