Shades of Han Purple #510FFF
Tints of Han Purple #510FFF
RGB
CMYK
RGB Variations
Color information
#510FFF (or 0x510FFF) is known color: Han Purple. HEX triplet: 51, 0F and FF. RGB value is (81,15,255). Sum of RGB (Red+Green+Blue) = 81+15+255=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #510FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510FFF is #AEF000. Grayscale: #3D3D3D. Windows color (decimal): -11464705 or 16715601. OLE color: 16715601.
HSL color Cylindrical-coordinate representation of color #510FFF: hue angle of 256.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510FFF is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 15 | 255 | - |
| CMYK | 0.68 | 0.94 | 0 | 0 |
| HSL | 256.5º | 1% | 0.53% | - |
| HSV(B) | 256.5º | 0.94% | 1% | - |
| XYZ | 21.61 | 9.31 | 95.27 | - |
| YUV | 62.09 | 236.87 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 255 | 0.68 | 0.94 | 0 | 0 | 256.5 | 1 | 0.53 |
| Hex | 51 | F | FF | 44 | 5E | 0 | 0 | 100 | 64 | 35 |
| Octal | 121 | 17 | 377 | 104 | 136 | 0 | 0 | 400 | 144 | 65 |
| Binary | 1010001 | 1111 | 11111111 | 1000100 | 1011110 | 0 | 0 | 100000000 | 1100100 | 110101 |
Color Harmonies of #510FFF
Complementary color
Monochromatic Colors of #510FFF
Black with #510FFF
Text Example
Text Example
White with #510FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510FFF; }
p { color: rgb(81,15,255); }
H1.HeaderClassName
{
color: #510FFF;
}
.AnyTagClassName
{
color: #510FFF;
}
</style>
background-color css
<style>
a { background-color: #510FFF; }
a { background-color: rgb(81,15,255); }
div.DivClassName
{
background-color: #510FFF;
}
.BgClassName
{
background-color: #510FFF;
}
</style>
border-color css
<style>
span { border-color: #510FFF; }
span { border-color: rgb(81,15,255); }
td.TdClassName
{
border-color: #510FFF;
}
.TagClassName
{
border-color: #510FFF;
}
</style>