Shades of Han Purple #511EFC
Tints of Han Purple #511EFC
RGB
CMYK
RGB Variations
Color information
#511EFC (or 0x511EFC) is known color: Han Purple. HEX triplet: 51, 1E and FC. RGB value is (81,30,252). Sum of RGB (Red+Green+Blue) = 81+30+252=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #511EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511EFC is #AEE103. Grayscale: #454545. Windows color (decimal): -11460868 or 16522833. OLE color: 16522833.
HSL color Cylindrical-coordinate representation of color #511EFC: hue angle of 253.78º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511EFC is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 30 | 252 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.01 |
| HSL | 253.78º | 0.97% | 0.55% | - |
| HSV(B) | 253.78º | 0.88% | 0.99% | - |
| XYZ | 21.43 | 9.71 | 92.84 | - |
| YUV | 70.56 | 230.4 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 252 | 0.68 | 0.88 | 0 | 0.01 | 253.78 | 0.97 | 0.55 |
| Hex | 51 | 1E | FC | 44 | 58 | 0 | 1 | FE | 61 | 37 |
| Octal | 121 | 36 | 374 | 104 | 130 | 0 | 1 | 376 | 141 | 67 |
| Binary | 1010001 | 11110 | 11111100 | 1000100 | 1011000 | 0 | 1 | 11111110 | 1100001 | 110111 |
Color Harmonies of #511EFC
Complementary color
Monochromatic Colors of #511EFC
Black with #511EFC
Text Example
Text Example
White with #511EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511EFC; }
p { color: rgb(81,30,252); }
H1.HeaderClassName
{
color: #511EFC;
}
.AnyTagClassName
{
color: #511EFC;
}
</style>
background-color css
<style>
a { background-color: #511EFC; }
a { background-color: rgb(81,30,252); }
div.DivClassName
{
background-color: #511EFC;
}
.BgClassName
{
background-color: #511EFC;
}
</style>
border-color css
<style>
span { border-color: #511EFC; }
span { border-color: rgb(81,30,252); }
td.TdClassName
{
border-color: #511EFC;
}
.TagClassName
{
border-color: #511EFC;
}
</style>