Shades of Han Purple #512DFB
Tints of Han Purple #512DFB
RGB
CMYK
RGB Variations
Color information
#512DFB (or 0x512DFB) is known color: Han Purple. HEX triplet: 51, 2D and FB. RGB value is (81,45,251). Sum of RGB (Red+Green+Blue) = 81+45+251=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #512DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512DFB is #AED204. Grayscale: #4E4E4E. Windows color (decimal): -11457029 or 16461137. OLE color: 16461137.
HSL color Cylindrical-coordinate representation of color #512DFB: hue angle of 250.49º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #512DFB is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 45 | 251 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.02 |
| HSL | 250.49º | 0.96% | 0.58% | - |
| HSV(B) | 250.49º | 0.82% | 0.98% | - |
| XYZ | 21.74 | 10.59 | 92.17 | - |
| YUV | 79.25 | 224.93 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 251 | 0.68 | 0.82 | 0 | 0.02 | 250.49 | 0.96 | 0.58 |
| Hex | 51 | 2D | FB | 44 | 52 | 0 | 2 | FA | 60 | 3A |
| Octal | 121 | 55 | 373 | 104 | 122 | 0 | 2 | 372 | 140 | 72 |
| Binary | 1010001 | 101101 | 11111011 | 1000100 | 1010010 | 0 | 10 | 11111010 | 1100000 | 111010 |
Color Harmonies of #512DFB
Complementary color
Monochromatic Colors of #512DFB
Black with #512DFB
Text Example
Text Example
White with #512DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512DFB; }
p { color: rgb(81,45,251); }
H1.HeaderClassName
{
color: #512DFB;
}
.AnyTagClassName
{
color: #512DFB;
}
</style>
background-color css
<style>
a { background-color: #512DFB; }
a { background-color: rgb(81,45,251); }
div.DivClassName
{
background-color: #512DFB;
}
.BgClassName
{
background-color: #512DFB;
}
</style>
border-color css
<style>
span { border-color: #512DFB; }
span { border-color: rgb(81,45,251); }
td.TdClassName
{
border-color: #512DFB;
}
.TagClassName
{
border-color: #512DFB;
}
</style>