Shades of Han Purple #511AF9
Tints of Han Purple #511AF9
RGB
CMYK
RGB Variations
Color information
#511AF9 (or 0x511AF9) is known color: Han Purple. HEX triplet: 51, 1A and F9. RGB value is (81,26,249). Sum of RGB (Red+Green+Blue) = 81+26+249=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 249 (97.66% from 255 or 69.94% from 356); Max value from RGB is 249 - color contains mainly: blue. Hex color #511AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511AF9 is #AEE506. Grayscale: #434343. Windows color (decimal): -11461895 or 16325201. OLE color: 16325201.
HSL color Cylindrical-coordinate representation of color #511AF9: hue angle of 254.8º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #511AF9 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 26 | 249 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.02 |
| HSL | 254.8º | 0.95% | 0.54% | - |
| HSV(B) | 254.8º | 0.9% | 0.98% | - |
| XYZ | 20.86 | 9.33 | 90.32 | - |
| YUV | 67.87 | 230.22 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 249 | 0.67 | 0.90 | 0 | 0.02 | 254.8 | 0.95 | 0.54 |
| Hex | 51 | 1A | F9 | 43 | 5A | 0 | 2 | FF | 5F | 36 |
| Octal | 121 | 32 | 371 | 103 | 132 | 0 | 2 | 377 | 137 | 66 |
| Binary | 1010001 | 11010 | 11111001 | 1000011 | 1011010 | 0 | 10 | 11111111 | 1011111 | 110110 |
Color Harmonies of #511AF9
Complementary color
Monochromatic Colors of #511AF9
Black with #511AF9
Text Example
Text Example
White with #511AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511AF9; }
p { color: rgb(81,26,249); }
H1.HeaderClassName
{
color: #511AF9;
}
.AnyTagClassName
{
color: #511AF9;
}
</style>
background-color css
<style>
a { background-color: #511AF9; }
a { background-color: rgb(81,26,249); }
div.DivClassName
{
background-color: #511AF9;
}
.BgClassName
{
background-color: #511AF9;
}
</style>
border-color css
<style>
span { border-color: #511AF9; }
span { border-color: rgb(81,26,249); }
td.TdClassName
{
border-color: #511AF9;
}
.TagClassName
{
border-color: #511AF9;
}
</style>