Shades of Han Purple #512EED
Tints of Han Purple #512EED
RGB
CMYK
RGB Variations
Color information
#512EED (or 0x512EED) is known color: Han Purple. HEX triplet: 51, 2E and ED. RGB value is (81,46,237). Sum of RGB (Red+Green+Blue) = 81+46+237=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #512EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512EED is #AED112. Grayscale: #4D4D4D. Windows color (decimal): -11456787 or 15543889. OLE color: 15543889.
HSL color Cylindrical-coordinate representation of color #512EED: hue angle of 250.99º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512EED is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 46 | 237 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.07 |
| HSL | 250.99º | 0.84% | 0.55% | - |
| HSV(B) | 250.99º | 0.81% | 0.93% | - |
| XYZ | 19.66 | 9.82 | 80.98 | - |
| YUV | 78.24 | 217.6 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 237 | 0.66 | 0.81 | 0 | 0.07 | 250.99 | 0.84 | 0.55 |
| Hex | 51 | 2E | ED | 42 | 51 | 0 | 7 | FB | 54 | 37 |
| Octal | 121 | 56 | 355 | 102 | 121 | 0 | 7 | 373 | 124 | 67 |
| Binary | 1010001 | 101110 | 11101101 | 1000010 | 1010001 | 0 | 111 | 11111011 | 1010100 | 110111 |
Color Harmonies of #512EED
Complementary color
Monochromatic Colors of #512EED
Black with #512EED
Text Example
Text Example
White with #512EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512EED; }
p { color: rgb(81,46,237); }
H1.HeaderClassName
{
color: #512EED;
}
.AnyTagClassName
{
color: #512EED;
}
</style>
background-color css
<style>
a { background-color: #512EED; }
a { background-color: rgb(81,46,237); }
div.DivClassName
{
background-color: #512EED;
}
.BgClassName
{
background-color: #512EED;
}
</style>
border-color css
<style>
span { border-color: #512EED; }
span { border-color: rgb(81,46,237); }
td.TdClassName
{
border-color: #512EED;
}
.TagClassName
{
border-color: #512EED;
}
</style>