Shades of Han Purple #511BF2
Tints of Han Purple #511BF2
RGB
CMYK
RGB Variations
Color information
#511BF2 (or 0x511BF2) is known color: Han Purple. HEX triplet: 51, 1B and F2. RGB value is (81,27,242). Sum of RGB (Red+Green+Blue) = 81+27+242=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 242 (94.92% from 255 or 69.14% from 350); Max value from RGB is 242 - color contains mainly: blue. Hex color #511BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511BF2 is #AEE40D. Grayscale: #424242. Windows color (decimal): -11461646 or 15866705. OLE color: 15866705.
HSL color Cylindrical-coordinate representation of color #511BF2: hue angle of 255.07º degrees, saturation: 0.89, 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 #511BF2 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 27 | 242 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.05 |
| HSL | 255.07º | 0.89% | 0.53% | - |
| HSV(B) | 255.07º | 0.89% | 0.95% | - |
| XYZ | 19.81 | 8.94 | 84.69 | - |
| YUV | 67.66 | 226.39 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 242 | 0.67 | 0.89 | 0 | 0.05 | 255.07 | 0.89 | 0.53 |
| Hex | 51 | 1B | F2 | 43 | 59 | 0 | 5 | FF | 59 | 35 |
| Octal | 121 | 33 | 362 | 103 | 131 | 0 | 5 | 377 | 131 | 65 |
| Binary | 1010001 | 11011 | 11110010 | 1000011 | 1011001 | 0 | 101 | 11111111 | 1011001 | 110101 |
Color Harmonies of #511BF2
Complementary color
Monochromatic Colors of #511BF2
Black with #511BF2
Text Example
Text Example
White with #511BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BF2; }
p { color: rgb(81,27,242); }
H1.HeaderClassName
{
color: #511BF2;
}
.AnyTagClassName
{
color: #511BF2;
}
</style>
background-color css
<style>
a { background-color: #511BF2; }
a { background-color: rgb(81,27,242); }
div.DivClassName
{
background-color: #511BF2;
}
.BgClassName
{
background-color: #511BF2;
}
</style>
border-color css
<style>
span { border-color: #511BF2; }
span { border-color: rgb(81,27,242); }
td.TdClassName
{
border-color: #511BF2;
}
.TagClassName
{
border-color: #511BF2;
}
</style>