Shades of Han Purple #6121E9
Tints of Han Purple #6121E9
RGB
CMYK
RGB Variations
Color information
#6121E9 (or 0x6121E9) is known color: Han Purple. HEX triplet: 61, 21 and E9. RGB value is (97,33,233). Sum of RGB (Red+Green+Blue) = 97+33+233=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 233 (91.41% from 255 or 64.19% from 363); Max value from RGB is 233 - color contains mainly: blue. Hex color #6121E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6121E9 is #9EDE16. Grayscale: #4A4A4A. Windows color (decimal): -10411543 or 15278433. OLE color: 15278433.
HSL color Cylindrical-coordinate representation of color #6121E9: hue angle of 259.2º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6121E9 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 33 | 233 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.09 |
| HSL | 259.2º | 0.82% | 0.52% | - |
| HSV(B) | 259.2º | 0.86% | 0.91% | - |
| XYZ | 20.18 | 9.51 | 77.86 | - |
| YUV | 74.94 | 217.2 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 233 | 0.58 | 0.86 | 0 | 0.09 | 259.2 | 0.82 | 0.52 |
| Hex | 61 | 21 | E9 | 3A | 56 | 0 | 9 | 103 | 52 | 34 |
| Octal | 141 | 41 | 351 | 72 | 126 | 0 | 11 | 403 | 122 | 64 |
| Binary | 1100001 | 100001 | 11101001 | 111010 | 1010110 | 0 | 1001 | 100000011 | 1010010 | 110100 |
Color Harmonies of #6121E9
Complementary color
Monochromatic Colors of #6121E9
Black with #6121E9
Text Example
Text Example
White with #6121E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6121E9; }
p { color: rgb(97,33,233); }
H1.HeaderClassName
{
color: #6121E9;
}
.AnyTagClassName
{
color: #6121E9;
}
</style>
background-color css
<style>
a { background-color: #6121E9; }
a { background-color: rgb(97,33,233); }
div.DivClassName
{
background-color: #6121E9;
}
.BgClassName
{
background-color: #6121E9;
}
</style>
border-color css
<style>
span { border-color: #6121E9; }
span { border-color: rgb(97,33,233); }
td.TdClassName
{
border-color: #6121E9;
}
.TagClassName
{
border-color: #6121E9;
}
</style>