Shades of Han Purple #512AE5
Tints of Han Purple #512AE5
RGB
CMYK
RGB Variations
Color information
#512AE5 (or 0x512AE5) is known color: Han Purple. HEX triplet: 51, 2A and E5. RGB value is (81,42,229). Sum of RGB (Red+Green+Blue) = 81+42+229=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 229 (89.84% from 255 or 65.06% from 352); Max value from RGB is 229 - color contains mainly: blue. Hex color #512AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512AE5 is #AED51A. Grayscale: #4A4A4A. Windows color (decimal): -11457819 or 15018577. OLE color: 15018577.
HSL color Cylindrical-coordinate representation of color #512AE5: hue angle of 252.51º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #512AE5 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 42 | 229 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.10 |
| HSL | 252.51º | 0.78% | 0.53% | - |
| HSV(B) | 252.51º | 0.82% | 0.9% | - |
| XYZ | 18.36 | 9.06 | 74.91 | - |
| YUV | 74.98 | 214.92 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 229 | 0.65 | 0.82 | 0 | 0.10 | 252.51 | 0.78 | 0.53 |
| Hex | 51 | 2A | E5 | 41 | 52 | 0 | A | FD | 4E | 35 |
| Octal | 121 | 52 | 345 | 101 | 122 | 0 | 12 | 375 | 116 | 65 |
| Binary | 1010001 | 101010 | 11100101 | 1000001 | 1010010 | 0 | 1010 | 11111101 | 1001110 | 110101 |
Color Harmonies of #512AE5
Complementary color
Monochromatic Colors of #512AE5
Black with #512AE5
Text Example
Text Example
White with #512AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512AE5; }
p { color: rgb(81,42,229); }
H1.HeaderClassName
{
color: #512AE5;
}
.AnyTagClassName
{
color: #512AE5;
}
</style>
background-color css
<style>
a { background-color: #512AE5; }
a { background-color: rgb(81,42,229); }
div.DivClassName
{
background-color: #512AE5;
}
.BgClassName
{
background-color: #512AE5;
}
</style>
border-color css
<style>
span { border-color: #512AE5; }
span { border-color: rgb(81,42,229); }
td.TdClassName
{
border-color: #512AE5;
}
.TagClassName
{
border-color: #512AE5;
}
</style>