Shades of Han Purple #512EE1
Tints of Han Purple #512EE1
RGB
CMYK
RGB Variations
Color information
#512EE1 (or 0x512EE1) is known color: Han Purple. HEX triplet: 51, 2E and E1. RGB value is (81,46,225). Sum of RGB (Red+Green+Blue) = 81+46+225=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 225 (88.28% from 255 or 63.92% from 352); Max value from RGB is 225 - color contains mainly: blue. Hex color #512EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512EE1 is #AED11E. Grayscale: #4C4C4C. Windows color (decimal): -11456799 or 14757457. OLE color: 14757457.
HSL color Cylindrical-coordinate representation of color #512EE1: hue angle of 251.73º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512EE1 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 46 | 225 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.12 |
| HSL | 251.73º | 0.75% | 0.53% | - |
| HSV(B) | 251.73º | 0.8% | 0.88% | - |
| XYZ | 17.96 | 9.14 | 72.05 | - |
| YUV | 76.87 | 211.6 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 225 | 0.64 | 0.80 | 0 | 0.12 | 251.73 | 0.75 | 0.53 |
| Hex | 51 | 2E | E1 | 40 | 50 | 0 | C | FC | 4B | 35 |
| Octal | 121 | 56 | 341 | 100 | 120 | 0 | 14 | 374 | 113 | 65 |
| Binary | 1010001 | 101110 | 11100001 | 1000000 | 1010000 | 0 | 1100 | 11111100 | 1001011 | 110101 |
Color Harmonies of #512EE1
Complementary color
Monochromatic Colors of #512EE1
Black with #512EE1
Text Example
Text Example
White with #512EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512EE1; }
p { color: rgb(81,46,225); }
H1.HeaderClassName
{
color: #512EE1;
}
.AnyTagClassName
{
color: #512EE1;
}
</style>
background-color css
<style>
a { background-color: #512EE1; }
a { background-color: rgb(81,46,225); }
div.DivClassName
{
background-color: #512EE1;
}
.BgClassName
{
background-color: #512EE1;
}
</style>
border-color css
<style>
span { border-color: #512EE1; }
span { border-color: rgb(81,46,225); }
td.TdClassName
{
border-color: #512EE1;
}
.TagClassName
{
border-color: #512EE1;
}
</style>