Shades of Han Purple #511CFA
Tints of Han Purple #511CFA
RGB
CMYK
RGB Variations
Color information
#511CFA (or 0x511CFA) is known color: Han Purple. HEX triplet: 51, 1C and FA. RGB value is (81,28,250). Sum of RGB (Red+Green+Blue) = 81+28+250=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #511CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511CFA is #AEE305. Grayscale: #444444. Windows color (decimal): -11461382 or 16391249. OLE color: 16391249.
HSL color Cylindrical-coordinate representation of color #511CFA: hue angle of 254.32º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511CFA is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 28 | 250 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.02 |
| HSL | 254.32º | 0.96% | 0.55% | - |
| HSV(B) | 254.32º | 0.89% | 0.98% | - |
| XYZ | 21.06 | 9.48 | 91.16 | - |
| YUV | 69.16 | 230.06 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 250 | 0.68 | 0.89 | 0 | 0.02 | 254.32 | 0.96 | 0.55 |
| Hex | 51 | 1C | FA | 44 | 59 | 0 | 2 | FE | 60 | 37 |
| Octal | 121 | 34 | 372 | 104 | 131 | 0 | 2 | 376 | 140 | 67 |
| Binary | 1010001 | 11100 | 11111010 | 1000100 | 1011001 | 0 | 10 | 11111110 | 1100000 | 110111 |
Color Harmonies of #511CFA
Complementary color
Monochromatic Colors of #511CFA
Black with #511CFA
Text Example
Text Example
White with #511CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511CFA; }
p { color: rgb(81,28,250); }
H1.HeaderClassName
{
color: #511CFA;
}
.AnyTagClassName
{
color: #511CFA;
}
</style>
background-color css
<style>
a { background-color: #511CFA; }
a { background-color: rgb(81,28,250); }
div.DivClassName
{
background-color: #511CFA;
}
.BgClassName
{
background-color: #511CFA;
}
</style>
border-color css
<style>
span { border-color: #511CFA; }
span { border-color: rgb(81,28,250); }
td.TdClassName
{
border-color: #511CFA;
}
.TagClassName
{
border-color: #511CFA;
}
</style>