Shades of Han Purple #510BFE
Tints of Han Purple #510BFE
RGB
CMYK
RGB Variations
Color information
#510BFE (or 0x510BFE) is known color: Han Purple. HEX triplet: 51, 0B and FE. RGB value is (81,11,254). Sum of RGB (Red+Green+Blue) = 81+11+254=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #510BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510BFE is #AEF401. Grayscale: #3A3A3A. Windows color (decimal): -11465730 or 16649041. OLE color: 16649041.
HSL color Cylindrical-coordinate representation of color #510BFE: hue angle of 257.28º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510BFE is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 11 | 254 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.00 |
| HSL | 257.28º | 0.99% | 0.52% | - |
| HSV(B) | 257.28º | 0.96% | 1% | - |
| XYZ | 21.4 | 9.14 | 94.4 | - |
| YUV | 59.63 | 237.69 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 254 | 0.68 | 0.96 | 0 | 0.00 | 257.28 | 0.99 | 0.52 |
| Hex | 51 | B | FE | 44 | 60 | 0 | 0 | 101 | 63 | 34 |
| Octal | 121 | 13 | 376 | 104 | 140 | 0 | 0 | 401 | 143 | 64 |
| Binary | 1010001 | 1011 | 11111110 | 1000100 | 1100000 | 0 | 0 | 100000001 | 1100011 | 110100 |
Color Harmonies of #510BFE
Complementary color
Monochromatic Colors of #510BFE
Black with #510BFE
Text Example
Text Example
White with #510BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510BFE; }
p { color: rgb(81,11,254); }
H1.HeaderClassName
{
color: #510BFE;
}
.AnyTagClassName
{
color: #510BFE;
}
</style>
background-color css
<style>
a { background-color: #510BFE; }
a { background-color: rgb(81,11,254); }
div.DivClassName
{
background-color: #510BFE;
}
.BgClassName
{
background-color: #510BFE;
}
</style>
border-color css
<style>
span { border-color: #510BFE; }
span { border-color: rgb(81,11,254); }
td.TdClassName
{
border-color: #510BFE;
}
.TagClassName
{
border-color: #510BFE;
}
</style>