Shades of Han Purple #511FFA
Tints of Han Purple #511FFA
RGB
CMYK
RGB Variations
Color information
#511FFA (or 0x511FFA) is known color: Han Purple. HEX triplet: 51, 1F and FA. RGB value is (81,31,250). Sum of RGB (Red+Green+Blue) = 81+31+250=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #511FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511FFA is #AEE005. Grayscale: #464646. Windows color (decimal): -11460614 or 16392017. OLE color: 16392017.
HSL color Cylindrical-coordinate representation of color #511FFA: hue angle of 253.7º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511FFA is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 31 | 250 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.02 |
| HSL | 253.7º | 0.96% | 0.55% | - |
| HSV(B) | 253.7º | 0.88% | 0.98% | - |
| XYZ | 21.14 | 9.63 | 91.19 | - |
| YUV | 70.92 | 229.07 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 250 | 0.68 | 0.88 | 0 | 0.02 | 253.7 | 0.96 | 0.55 |
| Hex | 51 | 1F | FA | 44 | 58 | 0 | 2 | FE | 60 | 37 |
| Octal | 121 | 37 | 372 | 104 | 130 | 0 | 2 | 376 | 140 | 67 |
| Binary | 1010001 | 11111 | 11111010 | 1000100 | 1011000 | 0 | 10 | 11111110 | 1100000 | 110111 |
Color Harmonies of #511FFA
Complementary color
Monochromatic Colors of #511FFA
Black with #511FFA
Text Example
Text Example
White with #511FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511FFA; }
p { color: rgb(81,31,250); }
H1.HeaderClassName
{
color: #511FFA;
}
.AnyTagClassName
{
color: #511FFA;
}
</style>
background-color css
<style>
a { background-color: #511FFA; }
a { background-color: rgb(81,31,250); }
div.DivClassName
{
background-color: #511FFA;
}
.BgClassName
{
background-color: #511FFA;
}
</style>
border-color css
<style>
span { border-color: #511FFA; }
span { border-color: rgb(81,31,250); }
td.TdClassName
{
border-color: #511FFA;
}
.TagClassName
{
border-color: #511FFA;
}
</style>