Shades of Purple Heart #6121CE
Tints of Purple Heart #6121CE
RGB
CMYK
RGB Variations
Color information
#6121CE (or 0x6121CE) is known color: Purple Heart. HEX triplet: 61, 21 and CE. RGB value is (97,33,206). Sum of RGB (Red+Green+Blue) = 97+33+206=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #6121CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6121CE is #9EDE31. Grayscale: #474747. Windows color (decimal): -10411570 or 13508961. OLE color: 13508961.
HSL color Cylindrical-coordinate representation of color #6121CE: hue angle of 262.2º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6121CE is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 33 | 206 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.19 |
| HSL | 262.2º | 0.72% | 0.47% | - |
| HSV(B) | 262.2º | 0.84% | 0.81% | - |
| XYZ | 16.61 | 8.09 | 59.08 | - |
| YUV | 71.86 | 203.7 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 206 | 0.53 | 0.84 | 0 | 0.19 | 262.2 | 0.72 | 0.47 |
| Hex | 61 | 21 | CE | 35 | 54 | 0 | 13 | 106 | 48 | 2F |
| Octal | 141 | 41 | 316 | 65 | 124 | 0 | 23 | 406 | 110 | 57 |
| Binary | 1100001 | 100001 | 11001110 | 110101 | 1010100 | 0 | 10011 | 100000110 | 1001000 | 101111 |
Color Harmonies of #6121CE
Complementary color
Monochromatic Colors of #6121CE
Black with #6121CE
Text Example
Text Example
White with #6121CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6121CE; }
p { color: rgb(97,33,206); }
H1.HeaderClassName
{
color: #6121CE;
}
.AnyTagClassName
{
color: #6121CE;
}
</style>
background-color css
<style>
a { background-color: #6121CE; }
a { background-color: rgb(97,33,206); }
div.DivClassName
{
background-color: #6121CE;
}
.BgClassName
{
background-color: #6121CE;
}
</style>
border-color css
<style>
span { border-color: #6121CE; }
span { border-color: rgb(97,33,206); }
td.TdClassName
{
border-color: #6121CE;
}
.TagClassName
{
border-color: #6121CE;
}
</style>