Shades of Han Purple #511AFD
Tints of Han Purple #511AFD
RGB
CMYK
RGB Variations
Color information
#511AFD (or 0x511AFD) is known color: Han Purple. HEX triplet: 51, 1A and FD. RGB value is (81,26,253). Sum of RGB (Red+Green+Blue) = 81+26+253=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #511AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511AFD is #AEE502. Grayscale: #434343. Windows color (decimal): -11461891 or 16587345. OLE color: 16587345.
HSL color Cylindrical-coordinate representation of color #511AFD: hue angle of 254.54º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #511AFD is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 26 | 253 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.01 |
| HSL | 254.54º | 0.98% | 0.55% | - |
| HSV(B) | 254.54º | 0.9% | 0.99% | - |
| XYZ | 21.49 | 9.58 | 93.64 | - |
| YUV | 68.32 | 232.22 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 253 | 0.68 | 0.90 | 0 | 0.01 | 254.54 | 0.98 | 0.55 |
| Hex | 51 | 1A | FD | 44 | 5A | 0 | 1 | FF | 62 | 37 |
| Octal | 121 | 32 | 375 | 104 | 132 | 0 | 1 | 377 | 142 | 67 |
| Binary | 1010001 | 11010 | 11111101 | 1000100 | 1011010 | 0 | 1 | 11111111 | 1100010 | 110111 |
Color Harmonies of #511AFD
Complementary color
Monochromatic Colors of #511AFD
Black with #511AFD
Text Example
Text Example
White with #511AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511AFD; }
p { color: rgb(81,26,253); }
H1.HeaderClassName
{
color: #511AFD;
}
.AnyTagClassName
{
color: #511AFD;
}
</style>
background-color css
<style>
a { background-color: #511AFD; }
a { background-color: rgb(81,26,253); }
div.DivClassName
{
background-color: #511AFD;
}
.BgClassName
{
background-color: #511AFD;
}
</style>
border-color css
<style>
span { border-color: #511AFD; }
span { border-color: rgb(81,26,253); }
td.TdClassName
{
border-color: #511AFD;
}
.TagClassName
{
border-color: #511AFD;
}
</style>