Shades of Han Purple #511EF4
Tints of Han Purple #511EF4
RGB
CMYK
RGB Variations
Color information
#511EF4 (or 0x511EF4) is known color: Han Purple. HEX triplet: 51, 1E and F4. RGB value is (81,30,244). Sum of RGB (Red+Green+Blue) = 81+30+244=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 244 (95.70% from 255 or 68.73% from 355); Max value from RGB is 244 - color contains mainly: blue. Hex color #511EF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511EF4 is #AEE10B. Grayscale: #444444. Windows color (decimal): -11460876 or 15998545. OLE color: 15998545.
HSL color Cylindrical-coordinate representation of color #511EF4: hue angle of 254.3º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511EF4 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 30 | 244 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.04 |
| HSL | 254.3º | 0.91% | 0.54% | - |
| HSV(B) | 254.3º | 0.88% | 0.96% | - |
| XYZ | 20.19 | 9.21 | 86.3 | - |
| YUV | 69.65 | 226.4 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 244 | 0.67 | 0.88 | 0 | 0.04 | 254.3 | 0.91 | 0.54 |
| Hex | 51 | 1E | F4 | 43 | 58 | 0 | 4 | FE | 5B | 36 |
| Octal | 121 | 36 | 364 | 103 | 130 | 0 | 4 | 376 | 133 | 66 |
| Binary | 1010001 | 11110 | 11110100 | 1000011 | 1011000 | 0 | 100 | 11111110 | 1011011 | 110110 |
Color Harmonies of #511EF4
Complementary color
Monochromatic Colors of #511EF4
Black with #511EF4
Text Example
Text Example
White with #511EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511EF4; }
p { color: rgb(81,30,244); }
H1.HeaderClassName
{
color: #511EF4;
}
.AnyTagClassName
{
color: #511EF4;
}
</style>
background-color css
<style>
a { background-color: #511EF4; }
a { background-color: rgb(81,30,244); }
div.DivClassName
{
background-color: #511EF4;
}
.BgClassName
{
background-color: #511EF4;
}
</style>
border-color css
<style>
span { border-color: #511EF4; }
span { border-color: rgb(81,30,244); }
td.TdClassName
{
border-color: #511EF4;
}
.TagClassName
{
border-color: #511EF4;
}
</style>