Shades of Han Purple #512EEA
Tints of Han Purple #512EEA
RGB
CMYK
RGB Variations
Color information
#512EEA (or 0x512EEA) is known color: Han Purple. HEX triplet: 51, 2E and EA. RGB value is (81,46,234). Sum of RGB (Red+Green+Blue) = 81+46+234=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #512EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512EEA is #AED115. Grayscale: #4D4D4D. Windows color (decimal): -11456790 or 15347281. OLE color: 15347281.
HSL color Cylindrical-coordinate representation of color #512EEA: hue angle of 251.17º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512EEA is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 46 | 234 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.08 |
| HSL | 251.17º | 0.82% | 0.55% | - |
| HSV(B) | 251.17º | 0.8% | 0.92% | - |
| XYZ | 19.22 | 9.64 | 78.69 | - |
| YUV | 77.9 | 216.1 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 234 | 0.65 | 0.80 | 0 | 0.08 | 251.17 | 0.82 | 0.55 |
| Hex | 51 | 2E | EA | 41 | 50 | 0 | 8 | FB | 52 | 37 |
| Octal | 121 | 56 | 352 | 101 | 120 | 0 | 10 | 373 | 122 | 67 |
| Binary | 1010001 | 101110 | 11101010 | 1000001 | 1010000 | 0 | 1000 | 11111011 | 1010010 | 110111 |
Color Harmonies of #512EEA
Complementary color
Monochromatic Colors of #512EEA
Black with #512EEA
Text Example
Text Example
White with #512EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512EEA; }
p { color: rgb(81,46,234); }
H1.HeaderClassName
{
color: #512EEA;
}
.AnyTagClassName
{
color: #512EEA;
}
</style>
background-color css
<style>
a { background-color: #512EEA; }
a { background-color: rgb(81,46,234); }
div.DivClassName
{
background-color: #512EEA;
}
.BgClassName
{
background-color: #512EEA;
}
</style>
border-color css
<style>
span { border-color: #512EEA; }
span { border-color: rgb(81,46,234); }
td.TdClassName
{
border-color: #512EEA;
}
.TagClassName
{
border-color: #512EEA;
}
</style>