Shades of Han Purple #512EE2
Tints of Han Purple #512EE2
RGB
CMYK
RGB Variations
Color information
#512EE2 (or 0x512EE2) is known color: Han Purple. HEX triplet: 51, 2E and E2. RGB value is (81,46,226). Sum of RGB (Red+Green+Blue) = 81+46+226=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 226 (88.67% from 255 or 64.02% from 353); Max value from RGB is 226 - color contains mainly: blue. Hex color #512EE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512EE2 is #AED11D. Grayscale: #4C4C4C. Windows color (decimal): -11456798 or 14822993. OLE color: 14822993.
HSL color Cylindrical-coordinate representation of color #512EE2: hue angle of 251.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512EE2 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 46 | 226 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.11 |
| HSL | 251.67º | 0.76% | 0.53% | - |
| HSV(B) | 251.67º | 0.8% | 0.89% | - |
| XYZ | 18.1 | 9.19 | 72.77 | - |
| YUV | 76.99 | 212.1 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 226 | 0.64 | 0.80 | 0 | 0.11 | 251.67 | 0.76 | 0.53 |
| Hex | 51 | 2E | E2 | 40 | 50 | 0 | B | FC | 4C | 35 |
| Octal | 121 | 56 | 342 | 100 | 120 | 0 | 13 | 374 | 114 | 65 |
| Binary | 1010001 | 101110 | 11100010 | 1000000 | 1010000 | 0 | 1011 | 11111100 | 1001100 | 110101 |
Color Harmonies of #512EE2
Complementary color
Monochromatic Colors of #512EE2
Black with #512EE2
Text Example
Text Example
White with #512EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512EE2; }
p { color: rgb(81,46,226); }
H1.HeaderClassName
{
color: #512EE2;
}
.AnyTagClassName
{
color: #512EE2;
}
</style>
background-color css
<style>
a { background-color: #512EE2; }
a { background-color: rgb(81,46,226); }
div.DivClassName
{
background-color: #512EE2;
}
.BgClassName
{
background-color: #512EE2;
}
</style>
border-color css
<style>
span { border-color: #512EE2; }
span { border-color: rgb(81,46,226); }
td.TdClassName
{
border-color: #512EE2;
}
.TagClassName
{
border-color: #512EE2;
}
</style>