Shades of Han Purple #511EDC
Tints of Han Purple #511EDC
RGB
CMYK
RGB Variations
Color information
#511EDC (or 0x511EDC) is known color: Han Purple. HEX triplet: 51, 1E and DC. RGB value is (81,30,220). Sum of RGB (Red+Green+Blue) = 81+30+220=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #511EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511EDC is #AEE123. Grayscale: #424242. Windows color (decimal): -11460900 or 14425681. OLE color: 14425681.
HSL color Cylindrical-coordinate representation of color #511EDC: hue angle of 256.11º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511EDC is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 30 | 220 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.14 |
| HSL | 256.11º | 0.76% | 0.49% | - |
| HSV(B) | 256.11º | 0.86% | 0.86% | - |
| XYZ | 16.78 | 7.85 | 68.34 | - |
| YUV | 66.91 | 214.4 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 220 | 0.63 | 0.86 | 0 | 0.14 | 256.11 | 0.76 | 0.49 |
| Hex | 51 | 1E | DC | 3F | 56 | 0 | E | 100 | 4C | 31 |
| Octal | 121 | 36 | 334 | 77 | 126 | 0 | 16 | 400 | 114 | 61 |
| Binary | 1010001 | 11110 | 11011100 | 111111 | 1010110 | 0 | 1110 | 100000000 | 1001100 | 110001 |
Color Harmonies of #511EDC
Complementary color
Monochromatic Colors of #511EDC
Black with #511EDC
Text Example
Text Example
White with #511EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511EDC; }
p { color: rgb(81,30,220); }
H1.HeaderClassName
{
color: #511EDC;
}
.AnyTagClassName
{
color: #511EDC;
}
</style>
background-color css
<style>
a { background-color: #511EDC; }
a { background-color: rgb(81,30,220); }
div.DivClassName
{
background-color: #511EDC;
}
.BgClassName
{
background-color: #511EDC;
}
</style>
border-color css
<style>
span { border-color: #511EDC; }
span { border-color: rgb(81,30,220); }
td.TdClassName
{
border-color: #511EDC;
}
.TagClassName
{
border-color: #511EDC;
}
</style>