Shades of Han Purple #512CE9
Tints of Han Purple #512CE9
RGB
CMYK
RGB Variations
Color information
#512CE9 (or 0x512CE9) is known color: Han Purple. HEX triplet: 51, 2C and E9. RGB value is (81,44,233). Sum of RGB (Red+Green+Blue) = 81+44+233=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 233 (91.41% from 255 or 65.08% from 358); Max value from RGB is 233 - color contains mainly: blue. Hex color #512CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512CE9 is #AED316. Grayscale: #4B4B4B. Windows color (decimal): -11457303 or 15281233. OLE color: 15281233.
HSL color Cylindrical-coordinate representation of color #512CE9: hue angle of 251.75º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512CE9 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 44 | 233 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.09 |
| HSL | 251.75º | 0.81% | 0.54% | - |
| HSV(B) | 251.75º | 0.81% | 0.91% | - |
| XYZ | 19 | 9.43 | 77.91 | - |
| YUV | 76.61 | 216.26 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 233 | 0.65 | 0.81 | 0 | 0.09 | 251.75 | 0.81 | 0.54 |
| Hex | 51 | 2C | E9 | 41 | 51 | 0 | 9 | FC | 51 | 36 |
| Octal | 121 | 54 | 351 | 101 | 121 | 0 | 11 | 374 | 121 | 66 |
| Binary | 1010001 | 101100 | 11101001 | 1000001 | 1010001 | 0 | 1001 | 11111100 | 1010001 | 110110 |
Color Harmonies of #512CE9
Complementary color
Monochromatic Colors of #512CE9
Black with #512CE9
Text Example
Text Example
White with #512CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CE9; }
p { color: rgb(81,44,233); }
H1.HeaderClassName
{
color: #512CE9;
}
.AnyTagClassName
{
color: #512CE9;
}
</style>
background-color css
<style>
a { background-color: #512CE9; }
a { background-color: rgb(81,44,233); }
div.DivClassName
{
background-color: #512CE9;
}
.BgClassName
{
background-color: #512CE9;
}
</style>
border-color css
<style>
span { border-color: #512CE9; }
span { border-color: rgb(81,44,233); }
td.TdClassName
{
border-color: #512CE9;
}
.TagClassName
{
border-color: #512CE9;
}
</style>