Shades of Han Purple #511BF3
Tints of Han Purple #511BF3
RGB
CMYK
RGB Variations
Color information
#511BF3 (or 0x511BF3) is known color: Han Purple. HEX triplet: 51, 1B and F3. RGB value is (81,27,243). Sum of RGB (Red+Green+Blue) = 81+27+243=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 243 (95.31% from 255 or 69.23% from 351); Max value from RGB is 243 - color contains mainly: blue. Hex color #511BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511BF3 is #AEE40C. Grayscale: #424242. Windows color (decimal): -11461645 or 15932241. OLE color: 15932241.
HSL color Cylindrical-coordinate representation of color #511BF3: hue angle of 255º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511BF3 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 27 | 243 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.05 |
| HSL | 255º | 0.9% | 0.53% | - |
| HSV(B) | 255º | 0.89% | 0.95% | - |
| XYZ | 19.96 | 9 | 85.48 | - |
| YUV | 67.77 | 226.89 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 243 | 0.67 | 0.89 | 0 | 0.05 | 255 | 0.9 | 0.53 |
| Hex | 51 | 1B | F3 | 43 | 59 | 0 | 5 | FF | 5A | 35 |
| Octal | 121 | 33 | 363 | 103 | 131 | 0 | 5 | 377 | 132 | 65 |
| Binary | 1010001 | 11011 | 11110011 | 1000011 | 1011001 | 0 | 101 | 11111111 | 1011010 | 110101 |
Color Harmonies of #511BF3
Complementary color
Monochromatic Colors of #511BF3
Black with #511BF3
Text Example
Text Example
White with #511BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BF3; }
p { color: rgb(81,27,243); }
H1.HeaderClassName
{
color: #511BF3;
}
.AnyTagClassName
{
color: #511BF3;
}
</style>
background-color css
<style>
a { background-color: #511BF3; }
a { background-color: rgb(81,27,243); }
div.DivClassName
{
background-color: #511BF3;
}
.BgClassName
{
background-color: #511BF3;
}
</style>
border-color css
<style>
span { border-color: #511BF3; }
span { border-color: rgb(81,27,243); }
td.TdClassName
{
border-color: #511BF3;
}
.TagClassName
{
border-color: #511BF3;
}
</style>