Shades of Han Purple #512EE5
Tints of Han Purple #512EE5
RGB
CMYK
RGB Variations
Color information
#512EE5 (or 0x512EE5) is known color: Han Purple. HEX triplet: 51, 2E and E5. RGB value is (81,46,229). Sum of RGB (Red+Green+Blue) = 81+46+229=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #512EE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512EE5 is #AED11A. Grayscale: #4C4C4C. Windows color (decimal): -11456795 or 15019601. OLE color: 15019601.
HSL color Cylindrical-coordinate representation of color #512EE5: hue angle of 251.48º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512EE5 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 46 | 229 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.10 |
| HSL | 251.48º | 0.78% | 0.54% | - |
| HSV(B) | 251.48º | 0.8% | 0.9% | - |
| XYZ | 18.51 | 9.36 | 74.96 | - |
| YUV | 77.33 | 213.6 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 229 | 0.65 | 0.80 | 0 | 0.10 | 251.48 | 0.78 | 0.54 |
| Hex | 51 | 2E | E5 | 41 | 50 | 0 | A | FB | 4E | 36 |
| Octal | 121 | 56 | 345 | 101 | 120 | 0 | 12 | 373 | 116 | 66 |
| Binary | 1010001 | 101110 | 11100101 | 1000001 | 1010000 | 0 | 1010 | 11111011 | 1001110 | 110110 |
Color Harmonies of #512EE5
Complementary color
Monochromatic Colors of #512EE5
Black with #512EE5
Text Example
Text Example
White with #512EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512EE5; }
p { color: rgb(81,46,229); }
H1.HeaderClassName
{
color: #512EE5;
}
.AnyTagClassName
{
color: #512EE5;
}
</style>
background-color css
<style>
a { background-color: #512EE5; }
a { background-color: rgb(81,46,229); }
div.DivClassName
{
background-color: #512EE5;
}
.BgClassName
{
background-color: #512EE5;
}
</style>
border-color css
<style>
span { border-color: #512EE5; }
span { border-color: rgb(81,46,229); }
td.TdClassName
{
border-color: #512EE5;
}
.TagClassName
{
border-color: #512EE5;
}
</style>