Shades of Han Purple #512EEC
Tints of Han Purple #512EEC
RGB
CMYK
RGB Variations
Color information
#512EEC (or 0x512EEC) is known color: Han Purple. HEX triplet: 51, 2E and EC. RGB value is (81,46,236). Sum of RGB (Red+Green+Blue) = 81+46+236=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #512EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512EEC is #AED113. Grayscale: #4D4D4D. Windows color (decimal): -11456788 or 15478353. OLE color: 15478353.
HSL color Cylindrical-coordinate representation of color #512EEC: hue angle of 251.05º degrees, saturation: 0.83, 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 #512EEC is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 46 | 236 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.07 |
| HSL | 251.05º | 0.83% | 0.55% | - |
| HSV(B) | 251.05º | 0.81% | 0.93% | - |
| XYZ | 19.51 | 9.76 | 80.21 | - |
| YUV | 78.13 | 217.1 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 236 | 0.66 | 0.81 | 0 | 0.07 | 251.05 | 0.83 | 0.55 |
| Hex | 51 | 2E | EC | 42 | 51 | 0 | 7 | FB | 53 | 37 |
| Octal | 121 | 56 | 354 | 102 | 121 | 0 | 7 | 373 | 123 | 67 |
| Binary | 1010001 | 101110 | 11101100 | 1000010 | 1010001 | 0 | 111 | 11111011 | 1010011 | 110111 |
Color Harmonies of #512EEC
Complementary color
Monochromatic Colors of #512EEC
Black with #512EEC
Text Example
Text Example
White with #512EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512EEC; }
p { color: rgb(81,46,236); }
H1.HeaderClassName
{
color: #512EEC;
}
.AnyTagClassName
{
color: #512EEC;
}
</style>
background-color css
<style>
a { background-color: #512EEC; }
a { background-color: rgb(81,46,236); }
div.DivClassName
{
background-color: #512EEC;
}
.BgClassName
{
background-color: #512EEC;
}
</style>
border-color css
<style>
span { border-color: #512EEC; }
span { border-color: rgb(81,46,236); }
td.TdClassName
{
border-color: #512EEC;
}
.TagClassName
{
border-color: #512EEC;
}
</style>