Shades of Han Purple #511EDF
Tints of Han Purple #511EDF
RGB
CMYK
RGB Variations
Color information
#511EDF (or 0x511EDF) is known color: Han Purple. HEX triplet: 51, 1E and DF. RGB value is (81,30,223). Sum of RGB (Red+Green+Blue) = 81+30+223=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #511EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511EDF is #AEE120. Grayscale: #424242. Windows color (decimal): -11460897 or 14622289. OLE color: 14622289.
HSL color Cylindrical-coordinate representation of color #511EDF: hue angle of 255.85º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511EDF is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 30 | 223 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.13 |
| HSL | 255.85º | 0.76% | 0.5% | - |
| HSV(B) | 255.85º | 0.87% | 0.87% | - |
| XYZ | 17.18 | 8.01 | 70.45 | - |
| YUV | 67.25 | 215.9 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 223 | 0.64 | 0.87 | 0 | 0.13 | 255.85 | 0.76 | 0.5 |
| Hex | 51 | 1E | DF | 40 | 57 | 0 | D | 100 | 4C | 32 |
| Octal | 121 | 36 | 337 | 100 | 127 | 0 | 15 | 400 | 114 | 62 |
| Binary | 1010001 | 11110 | 11011111 | 1000000 | 1010111 | 0 | 1101 | 100000000 | 1001100 | 110010 |
Color Harmonies of #511EDF
Complementary color
Monochromatic Colors of #511EDF
Black with #511EDF
Text Example
Text Example
White with #511EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511EDF; }
p { color: rgb(81,30,223); }
H1.HeaderClassName
{
color: #511EDF;
}
.AnyTagClassName
{
color: #511EDF;
}
</style>
background-color css
<style>
a { background-color: #511EDF; }
a { background-color: rgb(81,30,223); }
div.DivClassName
{
background-color: #511EDF;
}
.BgClassName
{
background-color: #511EDF;
}
</style>
border-color css
<style>
span { border-color: #511EDF; }
span { border-color: rgb(81,30,223); }
td.TdClassName
{
border-color: #511EDF;
}
.TagClassName
{
border-color: #511EDF;
}
</style>