Shades of Han Purple #510DF2
Tints of Han Purple #510DF2
RGB
CMYK
RGB Variations
Color information
#510DF2 (or 0x510DF2) is known color: Han Purple. HEX triplet: 51, 0D and F2. RGB value is (81,13,242). Sum of RGB (Red+Green+Blue) = 81+13+242=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 242 (94.92% from 255 or 72.02% from 336); Max value from RGB is 242 - color contains mainly: blue. Hex color #510DF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510DF2 is #AEF20D. Grayscale: #3A3A3A. Windows color (decimal): -11465230 or 15863121. OLE color: 15863121.
HSL color Cylindrical-coordinate representation of color #510DF2: hue angle of 257.82º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510DF2 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 13 | 242 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.05 |
| HSL | 257.82º | 0.9% | 0.5% | - |
| HSV(B) | 257.82º | 0.95% | 0.95% | - |
| XYZ | 19.56 | 8.45 | 84.6 | - |
| YUV | 59.44 | 231.03 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 242 | 0.67 | 0.95 | 0 | 0.05 | 257.82 | 0.9 | 0.5 |
| Hex | 51 | D | F2 | 43 | 5F | 0 | 5 | 102 | 5A | 32 |
| Octal | 121 | 15 | 362 | 103 | 137 | 0 | 5 | 402 | 132 | 62 |
| Binary | 1010001 | 1101 | 11110010 | 1000011 | 1011111 | 0 | 101 | 100000010 | 1011010 | 110010 |
Color Harmonies of #510DF2
Complementary color
Monochromatic Colors of #510DF2
Black with #510DF2
Text Example
Text Example
White with #510DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510DF2; }
p { color: rgb(81,13,242); }
H1.HeaderClassName
{
color: #510DF2;
}
.AnyTagClassName
{
color: #510DF2;
}
</style>
background-color css
<style>
a { background-color: #510DF2; }
a { background-color: rgb(81,13,242); }
div.DivClassName
{
background-color: #510DF2;
}
.BgClassName
{
background-color: #510DF2;
}
</style>
border-color css
<style>
span { border-color: #510DF2; }
span { border-color: rgb(81,13,242); }
td.TdClassName
{
border-color: #510DF2;
}
.TagClassName
{
border-color: #510DF2;
}
</style>