Shades of Han Purple #510BFC
Tints of Han Purple #510BFC
RGB
CMYK
RGB Variations
Color information
#510BFC (or 0x510BFC) is known color: Han Purple. HEX triplet: 51, 0B and FC. RGB value is (81,11,252). Sum of RGB (Red+Green+Blue) = 81+11+252=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #510BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510BFC is #AEF403. Grayscale: #3A3A3A. Windows color (decimal): -11465732 or 16517969. OLE color: 16517969.
HSL color Cylindrical-coordinate representation of color #510BFC: hue angle of 257.43º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510BFC is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 11 | 252 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.01 |
| HSL | 257.43º | 0.98% | 0.52% | - |
| HSV(B) | 257.43º | 0.96% | 0.99% | - |
| XYZ | 21.08 | 9.02 | 92.72 | - |
| YUV | 59.4 | 236.69 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 252 | 0.68 | 0.96 | 0 | 0.01 | 257.43 | 0.98 | 0.52 |
| Hex | 51 | B | FC | 44 | 60 | 0 | 1 | 101 | 62 | 34 |
| Octal | 121 | 13 | 374 | 104 | 140 | 0 | 1 | 401 | 142 | 64 |
| Binary | 1010001 | 1011 | 11111100 | 1000100 | 1100000 | 0 | 1 | 100000001 | 1100010 | 110100 |
Color Harmonies of #510BFC
Complementary color
Monochromatic Colors of #510BFC
Black with #510BFC
Text Example
Text Example
White with #510BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510BFC; }
p { color: rgb(81,11,252); }
H1.HeaderClassName
{
color: #510BFC;
}
.AnyTagClassName
{
color: #510BFC;
}
</style>
background-color css
<style>
a { background-color: #510BFC; }
a { background-color: rgb(81,11,252); }
div.DivClassName
{
background-color: #510BFC;
}
.BgClassName
{
background-color: #510BFC;
}
</style>
border-color css
<style>
span { border-color: #510BFC; }
span { border-color: rgb(81,11,252); }
td.TdClassName
{
border-color: #510BFC;
}
.TagClassName
{
border-color: #510BFC;
}
</style>