Shades of Han Purple #511DFB
Tints of Han Purple #511DFB
RGB
CMYK
RGB Variations
Color information
#511DFB (or 0x511DFB) is known color: Han Purple. HEX triplet: 51, 1D and FB. RGB value is (81,29,251). Sum of RGB (Red+Green+Blue) = 81+29+251=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #511DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511DFB is #AEE204. Grayscale: #454545. Windows color (decimal): -11461125 or 16457041. OLE color: 16457041.
HSL color Cylindrical-coordinate representation of color #511DFB: hue angle of 254.05º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511DFB is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 29 | 251 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.02 |
| HSL | 254.05º | 0.97% | 0.55% | - |
| HSV(B) | 254.05º | 0.88% | 0.98% | - |
| XYZ | 21.25 | 9.59 | 92 | - |
| YUV | 69.86 | 230.23 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 251 | 0.68 | 0.88 | 0 | 0.02 | 254.05 | 0.97 | 0.55 |
| Hex | 51 | 1D | FB | 44 | 58 | 0 | 2 | FE | 61 | 37 |
| Octal | 121 | 35 | 373 | 104 | 130 | 0 | 2 | 376 | 141 | 67 |
| Binary | 1010001 | 11101 | 11111011 | 1000100 | 1011000 | 0 | 10 | 11111110 | 1100001 | 110111 |
Color Harmonies of #511DFB
Complementary color
Monochromatic Colors of #511DFB
Black with #511DFB
Text Example
Text Example
White with #511DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511DFB; }
p { color: rgb(81,29,251); }
H1.HeaderClassName
{
color: #511DFB;
}
.AnyTagClassName
{
color: #511DFB;
}
</style>
background-color css
<style>
a { background-color: #511DFB; }
a { background-color: rgb(81,29,251); }
div.DivClassName
{
background-color: #511DFB;
}
.BgClassName
{
background-color: #511DFB;
}
</style>
border-color css
<style>
span { border-color: #511DFB; }
span { border-color: rgb(81,29,251); }
td.TdClassName
{
border-color: #511DFB;
}
.TagClassName
{
border-color: #511DFB;
}
</style>