Shades of Han Purple #511EEA
Tints of Han Purple #511EEA
RGB
CMYK
RGB Variations
Color information
#511EEA (or 0x511EEA) is known color: Han Purple. HEX triplet: 51, 1E and EA. RGB value is (81,30,234). Sum of RGB (Red+Green+Blue) = 81+30+234=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #511EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511EEA is #AEE115. Grayscale: #434343. Windows color (decimal): -11460886 or 15343185. OLE color: 15343185.
HSL color Cylindrical-coordinate representation of color #511EEA: hue angle of 255º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511EEA is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 30 | 234 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.08 |
| HSL | 255º | 0.83% | 0.52% | - |
| HSV(B) | 255º | 0.87% | 0.92% | - |
| XYZ | 18.71 | 8.62 | 78.52 | - |
| YUV | 68.51 | 221.4 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 234 | 0.65 | 0.87 | 0 | 0.08 | 255 | 0.83 | 0.52 |
| Hex | 51 | 1E | EA | 41 | 57 | 0 | 8 | FF | 53 | 34 |
| Octal | 121 | 36 | 352 | 101 | 127 | 0 | 10 | 377 | 123 | 64 |
| Binary | 1010001 | 11110 | 11101010 | 1000001 | 1010111 | 0 | 1000 | 11111111 | 1010011 | 110100 |
Color Harmonies of #511EEA
Complementary color
Monochromatic Colors of #511EEA
Black with #511EEA
Text Example
Text Example
White with #511EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511EEA; }
p { color: rgb(81,30,234); }
H1.HeaderClassName
{
color: #511EEA;
}
.AnyTagClassName
{
color: #511EEA;
}
</style>
background-color css
<style>
a { background-color: #511EEA; }
a { background-color: rgb(81,30,234); }
div.DivClassName
{
background-color: #511EEA;
}
.BgClassName
{
background-color: #511EEA;
}
</style>
border-color css
<style>
span { border-color: #511EEA; }
span { border-color: rgb(81,30,234); }
td.TdClassName
{
border-color: #511EEA;
}
.TagClassName
{
border-color: #511EEA;
}
</style>