Shades of Han Purple #511AF1
Tints of Han Purple #511AF1
RGB
CMYK
RGB Variations
Color information
#511AF1 (or 0x511AF1) is known color: Han Purple. HEX triplet: 51, 1A and F1. RGB value is (81,26,241). Sum of RGB (Red+Green+Blue) = 81+26+241=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 241 (94.53% from 255 or 69.25% from 348); Max value from RGB is 241 - color contains mainly: blue. Hex color #511AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511AF1 is #AEE50E. Grayscale: #424242. Windows color (decimal): -11461903 or 15800913. OLE color: 15800913.
HSL color Cylindrical-coordinate representation of color #511AF1: hue angle of 255.35º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511AF1 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 26 | 241 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.05 |
| HSL | 255.35º | 0.88% | 0.52% | - |
| HSV(B) | 255.35º | 0.89% | 0.95% | - |
| XYZ | 19.64 | 8.84 | 83.89 | - |
| YUV | 66.96 | 226.22 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 241 | 0.66 | 0.89 | 0 | 0.05 | 255.35 | 0.88 | 0.52 |
| Hex | 51 | 1A | F1 | 42 | 59 | 0 | 5 | FF | 58 | 34 |
| Octal | 121 | 32 | 361 | 102 | 131 | 0 | 5 | 377 | 130 | 64 |
| Binary | 1010001 | 11010 | 11110001 | 1000010 | 1011001 | 0 | 101 | 11111111 | 1011000 | 110100 |
Color Harmonies of #511AF1
Complementary color
Monochromatic Colors of #511AF1
Black with #511AF1
Text Example
Text Example
White with #511AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511AF1; }
p { color: rgb(81,26,241); }
H1.HeaderClassName
{
color: #511AF1;
}
.AnyTagClassName
{
color: #511AF1;
}
</style>
background-color css
<style>
a { background-color: #511AF1; }
a { background-color: rgb(81,26,241); }
div.DivClassName
{
background-color: #511AF1;
}
.BgClassName
{
background-color: #511AF1;
}
</style>
border-color css
<style>
span { border-color: #511AF1; }
span { border-color: rgb(81,26,241); }
td.TdClassName
{
border-color: #511AF1;
}
.TagClassName
{
border-color: #511AF1;
}
</style>