Shades of Han Purple #511FDF
Tints of Han Purple #511FDF
RGB
CMYK
RGB Variations
Color information
#511FDF (or 0x511FDF) is known color: Han Purple. HEX triplet: 51, 1F and DF. RGB value is (81,31,223). Sum of RGB (Red+Green+Blue) = 81+31+223=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #511FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511FDF is #AEE020. Grayscale: #434343. Windows color (decimal): -11460641 or 14622545. OLE color: 14622545.
HSL color Cylindrical-coordinate representation of color #511FDF: hue angle of 255.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511FDF is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 31 | 223 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.13 |
| HSL | 255.63º | 0.76% | 0.5% | - |
| HSV(B) | 255.63º | 0.86% | 0.87% | - |
| XYZ | 17.2 | 8.06 | 70.46 | - |
| YUV | 67.84 | 215.57 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 223 | 0.64 | 0.86 | 0 | 0.13 | 255.63 | 0.76 | 0.5 |
| Hex | 51 | 1F | DF | 40 | 56 | 0 | D | 100 | 4C | 32 |
| Octal | 121 | 37 | 337 | 100 | 126 | 0 | 15 | 400 | 114 | 62 |
| Binary | 1010001 | 11111 | 11011111 | 1000000 | 1010110 | 0 | 1101 | 100000000 | 1001100 | 110010 |
Color Harmonies of #511FDF
Complementary color
Monochromatic Colors of #511FDF
Black with #511FDF
Text Example
Text Example
White with #511FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511FDF; }
p { color: rgb(81,31,223); }
H1.HeaderClassName
{
color: #511FDF;
}
.AnyTagClassName
{
color: #511FDF;
}
</style>
background-color css
<style>
a { background-color: #511FDF; }
a { background-color: rgb(81,31,223); }
div.DivClassName
{
background-color: #511FDF;
}
.BgClassName
{
background-color: #511FDF;
}
</style>
border-color css
<style>
span { border-color: #511FDF; }
span { border-color: rgb(81,31,223); }
td.TdClassName
{
border-color: #511FDF;
}
.TagClassName
{
border-color: #511FDF;
}
</style>