Shades of Han Purple #512EE7
Tints of Han Purple #512EE7
RGB
CMYK
RGB Variations
Color information
#512EE7 (or 0x512EE7) is known color: Han Purple. HEX triplet: 51, 2E and E7. RGB value is (81,46,231). Sum of RGB (Red+Green+Blue) = 81+46+231=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 231 (90.62% from 255 or 64.53% from 358); Max value from RGB is 231 - color contains mainly: blue. Hex color #512EE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512EE7 is #AED118. Grayscale: #4C4C4C. Windows color (decimal): -11456793 or 15150673. OLE color: 15150673.
HSL color Cylindrical-coordinate representation of color #512EE7: hue angle of 251.35º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512EE7 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 46 | 231 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.09 |
| HSL | 251.35º | 0.79% | 0.54% | - |
| HSV(B) | 251.35º | 0.8% | 0.91% | - |
| XYZ | 18.79 | 9.47 | 76.44 | - |
| YUV | 77.56 | 214.6 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 231 | 0.65 | 0.80 | 0 | 0.09 | 251.35 | 0.79 | 0.54 |
| Hex | 51 | 2E | E7 | 41 | 50 | 0 | 9 | FB | 4F | 36 |
| Octal | 121 | 56 | 347 | 101 | 120 | 0 | 11 | 373 | 117 | 66 |
| Binary | 1010001 | 101110 | 11100111 | 1000001 | 1010000 | 0 | 1001 | 11111011 | 1001111 | 110110 |
Color Harmonies of #512EE7
Complementary color
Monochromatic Colors of #512EE7
Black with #512EE7
Text Example
Text Example
White with #512EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512EE7; }
p { color: rgb(81,46,231); }
H1.HeaderClassName
{
color: #512EE7;
}
.AnyTagClassName
{
color: #512EE7;
}
</style>
background-color css
<style>
a { background-color: #512EE7; }
a { background-color: rgb(81,46,231); }
div.DivClassName
{
background-color: #512EE7;
}
.BgClassName
{
background-color: #512EE7;
}
</style>
border-color css
<style>
span { border-color: #512EE7; }
span { border-color: rgb(81,46,231); }
td.TdClassName
{
border-color: #512EE7;
}
.TagClassName
{
border-color: #512EE7;
}
</style>