Shades of Han Purple #511FEA
Tints of Han Purple #511FEA
RGB
CMYK
RGB Variations
Color information
#511FEA (or 0x511FEA) is known color: Han Purple. HEX triplet: 51, 1F and EA. RGB value is (81,31,234). Sum of RGB (Red+Green+Blue) = 81+31+234=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #511FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511FEA is #AEE015. Grayscale: #444444. Windows color (decimal): -11460630 or 15343441. OLE color: 15343441.
HSL color Cylindrical-coordinate representation of color #511FEA: hue angle of 254.78º 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 #511FEA is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 31 | 234 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.08 |
| HSL | 254.78º | 0.83% | 0.52% | - |
| HSV(B) | 254.78º | 0.87% | 0.92% | - |
| XYZ | 18.73 | 8.67 | 78.53 | - |
| YUV | 69.09 | 221.07 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 234 | 0.65 | 0.87 | 0 | 0.08 | 254.78 | 0.83 | 0.52 |
| Hex | 51 | 1F | EA | 41 | 57 | 0 | 8 | FF | 53 | 34 |
| Octal | 121 | 37 | 352 | 101 | 127 | 0 | 10 | 377 | 123 | 64 |
| Binary | 1010001 | 11111 | 11101010 | 1000001 | 1010111 | 0 | 1000 | 11111111 | 1010011 | 110100 |
Color Harmonies of #511FEA
Complementary color
Monochromatic Colors of #511FEA
Black with #511FEA
Text Example
Text Example
White with #511FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511FEA; }
p { color: rgb(81,31,234); }
H1.HeaderClassName
{
color: #511FEA;
}
.AnyTagClassName
{
color: #511FEA;
}
</style>
background-color css
<style>
a { background-color: #511FEA; }
a { background-color: rgb(81,31,234); }
div.DivClassName
{
background-color: #511FEA;
}
.BgClassName
{
background-color: #511FEA;
}
</style>
border-color css
<style>
span { border-color: #511FEA; }
span { border-color: rgb(81,31,234); }
td.TdClassName
{
border-color: #511FEA;
}
.TagClassName
{
border-color: #511FEA;
}
</style>