Shades of Han Purple #510AFF
Tints of Han Purple #510AFF
RGB
CMYK
RGB Variations
Color information
#510AFF (or 0x510AFF) is known color: Han Purple. HEX triplet: 51, 0A and FF. RGB value is (81,10,255). Sum of RGB (Red+Green+Blue) = 81+10+255=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #510AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510AFF is #AEF500. Grayscale: #3A3A3A. Windows color (decimal): -11465985 or 16714321. OLE color: 16714321.
HSL color Cylindrical-coordinate representation of color #510AFF: hue angle of 257.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510AFF is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 10 | 255 | - |
| CMYK | 0.68 | 0.96 | 0 | 0 |
| HSL | 257.39º | 1% | 0.52% | - |
| HSV(B) | 257.39º | 0.96% | 1% | - |
| XYZ | 21.55 | 9.19 | 95.24 | - |
| YUV | 59.16 | 238.52 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 255 | 0.68 | 0.96 | 0 | 0 | 257.39 | 1 | 0.52 |
| Hex | 51 | A | FF | 44 | 60 | 0 | 0 | 101 | 64 | 34 |
| Octal | 121 | 12 | 377 | 104 | 140 | 0 | 0 | 401 | 144 | 64 |
| Binary | 1010001 | 1010 | 11111111 | 1000100 | 1100000 | 0 | 0 | 100000001 | 1100100 | 110100 |
Color Harmonies of #510AFF
Complementary color
Monochromatic Colors of #510AFF
Black with #510AFF
Text Example
Text Example
White with #510AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510AFF; }
p { color: rgb(81,10,255); }
H1.HeaderClassName
{
color: #510AFF;
}
.AnyTagClassName
{
color: #510AFF;
}
</style>
background-color css
<style>
a { background-color: #510AFF; }
a { background-color: rgb(81,10,255); }
div.DivClassName
{
background-color: #510AFF;
}
.BgClassName
{
background-color: #510AFF;
}
</style>
border-color css
<style>
span { border-color: #510AFF; }
span { border-color: rgb(81,10,255); }
td.TdClassName
{
border-color: #510AFF;
}
.TagClassName
{
border-color: #510AFF;
}
</style>