Shades of Purple Heart #6120C2
Tints of Purple Heart #6120C2
RGB
CMYK
RGB Variations
Color information
#6120C2 (or 0x6120C2) is known color: Purple Heart. HEX triplet: 61, 20 and C2. RGB value is (97,32,194). Sum of RGB (Red+Green+Blue) = 97+32+194=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 194 (76.17% from 255 or 60.06% from 323); Max value from RGB is 194 - color contains mainly: blue. Hex color #6120C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6120C2 is #9EDF3D. Grayscale: #454545. Windows color (decimal): -10411838 or 12722273. OLE color: 12722273.
HSL color Cylindrical-coordinate representation of color #6120C2: hue angle of 264.07º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6120C2 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 32 | 194 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.24 |
| HSL | 264.07º | 0.72% | 0.44% | - |
| HSV(B) | 264.07º | 0.84% | 0.76% | - |
| XYZ | 15.18 | 7.47 | 51.68 | - |
| YUV | 69.9 | 198.03 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 194 | 0.50 | 0.84 | 0 | 0.24 | 264.07 | 0.72 | 0.44 |
| Hex | 61 | 20 | C2 | 32 | 54 | 0 | 18 | 108 | 48 | 2C |
| Octal | 141 | 40 | 302 | 62 | 124 | 0 | 30 | 410 | 110 | 54 |
| Binary | 1100001 | 100000 | 11000010 | 110010 | 1010100 | 0 | 11000 | 100001000 | 1001000 | 101100 |
Color Harmonies of #6120C2
Complementary color
Monochromatic Colors of #6120C2
Black with #6120C2
Text Example
Text Example
White with #6120C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6120C2; }
p { color: rgb(97,32,194); }
H1.HeaderClassName
{
color: #6120C2;
}
.AnyTagClassName
{
color: #6120C2;
}
</style>
background-color css
<style>
a { background-color: #6120C2; }
a { background-color: rgb(97,32,194); }
div.DivClassName
{
background-color: #6120C2;
}
.BgClassName
{
background-color: #6120C2;
}
</style>
border-color css
<style>
span { border-color: #6120C2; }
span { border-color: rgb(97,32,194); }
td.TdClassName
{
border-color: #6120C2;
}
.TagClassName
{
border-color: #6120C2;
}
</style>