Shades of Han Purple #6121EC
Tints of Han Purple #6121EC
RGB
CMYK
RGB Variations
Color information
#6121EC (or 0x6121EC) is known color: Han Purple. HEX triplet: 61, 21 and EC. RGB value is (97,33,236). Sum of RGB (Red+Green+Blue) = 97+33+236=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #6121EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6121EC is #9EDE13. Grayscale: #4A4A4A. Windows color (decimal): -10411540 or 15475041. OLE color: 15475041.
HSL color Cylindrical-coordinate representation of color #6121EC: hue angle of 258.92º degrees, saturation: 0.84, 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 #6121EC is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 33 | 236 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.07 |
| HSL | 258.92º | 0.84% | 0.53% | - |
| HSV(B) | 258.92º | 0.86% | 0.93% | - |
| XYZ | 20.61 | 9.69 | 80.14 | - |
| YUV | 75.28 | 218.7 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 236 | 0.59 | 0.86 | 0 | 0.07 | 258.92 | 0.84 | 0.53 |
| Hex | 61 | 21 | EC | 3B | 56 | 0 | 7 | 103 | 54 | 35 |
| Octal | 141 | 41 | 354 | 73 | 126 | 0 | 7 | 403 | 124 | 65 |
| Binary | 1100001 | 100001 | 11101100 | 111011 | 1010110 | 0 | 111 | 100000011 | 1010100 | 110101 |
Color Harmonies of #6121EC
Complementary color
Monochromatic Colors of #6121EC
Black with #6121EC
Text Example
Text Example
White with #6121EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6121EC; }
p { color: rgb(97,33,236); }
H1.HeaderClassName
{
color: #6121EC;
}
.AnyTagClassName
{
color: #6121EC;
}
</style>
background-color css
<style>
a { background-color: #6121EC; }
a { background-color: rgb(97,33,236); }
div.DivClassName
{
background-color: #6121EC;
}
.BgClassName
{
background-color: #6121EC;
}
</style>
border-color css
<style>
span { border-color: #6121EC; }
span { border-color: rgb(97,33,236); }
td.TdClassName
{
border-color: #6121EC;
}
.TagClassName
{
border-color: #6121EC;
}
</style>