Shades of Han Purple #5121ED
Tints of Han Purple #5121ED
RGB
CMYK
RGB Variations
Color information
#5121ED (or 0x5121ED) is known color: Han Purple. HEX triplet: 51, 21 and ED. RGB value is (81,33,237). Sum of RGB (Red+Green+Blue) = 81+33+237=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #5121ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5121ED is #AEDE12. Grayscale: #454545. Windows color (decimal): -11460115 or 15540561. OLE color: 15540561.
HSL color Cylindrical-coordinate representation of color #5121ED: hue angle of 254.12º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5121ED is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 33 | 237 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.07 |
| HSL | 254.12º | 0.85% | 0.53% | - |
| HSV(B) | 254.12º | 0.86% | 0.93% | - |
| XYZ | 19.22 | 8.95 | 80.84 | - |
| YUV | 70.61 | 221.9 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 237 | 0.66 | 0.86 | 0 | 0.07 | 254.12 | 0.85 | 0.53 |
| Hex | 51 | 21 | ED | 42 | 56 | 0 | 7 | FE | 55 | 35 |
| Octal | 121 | 41 | 355 | 102 | 126 | 0 | 7 | 376 | 125 | 65 |
| Binary | 1010001 | 100001 | 11101101 | 1000010 | 1010110 | 0 | 111 | 11111110 | 1010101 | 110101 |
Color Harmonies of #5121ED
Complementary color
Monochromatic Colors of #5121ED
Black with #5121ED
Text Example
Text Example
White with #5121ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5121ED; }
p { color: rgb(81,33,237); }
H1.HeaderClassName
{
color: #5121ED;
}
.AnyTagClassName
{
color: #5121ED;
}
</style>
background-color css
<style>
a { background-color: #5121ED; }
a { background-color: rgb(81,33,237); }
div.DivClassName
{
background-color: #5121ED;
}
.BgClassName
{
background-color: #5121ED;
}
</style>
border-color css
<style>
span { border-color: #5121ED; }
span { border-color: rgb(81,33,237); }
td.TdClassName
{
border-color: #5121ED;
}
.TagClassName
{
border-color: #5121ED;
}
</style>