Shades of Han Purple #510BE3
Tints of Han Purple #510BE3
RGB
CMYK
RGB Variations
Color information
#510BE3 (or 0x510BE3) is known color: Han Purple. HEX triplet: 51, 0B and E3. RGB value is (81,11,227). Sum of RGB (Red+Green+Blue) = 81+11+227=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 227 (89.06% from 255 or 71.16% from 319); Max value from RGB is 227 - color contains mainly: blue. Hex color #510BE3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510BE3 is #AEF41C. Grayscale: #373737. Windows color (decimal): -11465757 or 14879569. OLE color: 14879569.
HSL color Cylindrical-coordinate representation of color #510BE3: hue angle of 259.44º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510BE3 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 11 | 227 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.11 |
| HSL | 259.44º | 0.91% | 0.47% | - |
| HSV(B) | 259.44º | 0.95% | 0.89% | - |
| XYZ | 17.38 | 7.53 | 73.21 | - |
| YUV | 56.55 | 224.19 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 11 | 227 | 0.64 | 0.95 | 0 | 0.11 | 259.44 | 0.91 | 0.47 |
| Hex | 51 | B | E3 | 40 | 5F | 0 | B | 103 | 5B | 2F |
| Octal | 121 | 13 | 343 | 100 | 137 | 0 | 13 | 403 | 133 | 57 |
| Binary | 1010001 | 1011 | 11100011 | 1000000 | 1011111 | 0 | 1011 | 100000011 | 1011011 | 101111 |
Color Harmonies of #510BE3
Complementary color
Monochromatic Colors of #510BE3
Black with #510BE3
Text Example
Text Example
White with #510BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510BE3; }
p { color: rgb(81,11,227); }
H1.HeaderClassName
{
color: #510BE3;
}
.AnyTagClassName
{
color: #510BE3;
}
</style>
background-color css
<style>
a { background-color: #510BE3; }
a { background-color: rgb(81,11,227); }
div.DivClassName
{
background-color: #510BE3;
}
.BgClassName
{
background-color: #510BE3;
}
</style>
border-color css
<style>
span { border-color: #510BE3; }
span { border-color: rgb(81,11,227); }
td.TdClassName
{
border-color: #510BE3;
}
.TagClassName
{
border-color: #510BE3;
}
</style>