Shades of Purple Heart #7613C6
Tints of Purple Heart #7613C6
RGB
CMYK
RGB Variations
Color information
#7613C6 (or 0x7613C6) is known color: Purple Heart. HEX triplet: 76, 13 and C6. RGB value is (118,19,198). Sum of RGB (Red+Green+Blue) = 118+19+198=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 198 (77.73% from 255 or 59.10% from 335); Max value from RGB is 198 - color contains mainly: blue. Hex color #7613C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7613C6 is #89EC39. Grayscale: #444444. Windows color (decimal): -9038906 or 12981110. OLE color: 12981110.
HSL color Cylindrical-coordinate representation of color #7613C6: hue angle of 273.18º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7613C6 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 19 | 198 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.22 |
| HSL | 273.18º | 0.82% | 0.43% | - |
| HSV(B) | 273.18º | 0.9% | 0.78% | - |
| XYZ | 17.9 | 8.39 | 54.1 | - |
| YUV | 69.01 | 200.8 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 198 | 0.40 | 0.90 | 0 | 0.22 | 273.18 | 0.82 | 0.43 |
| Hex | 76 | 13 | C6 | 28 | 5A | 0 | 16 | 111 | 52 | 2B |
| Octal | 166 | 23 | 306 | 50 | 132 | 0 | 26 | 421 | 122 | 53 |
| Binary | 1110110 | 10011 | 11000110 | 101000 | 1011010 | 0 | 10110 | 100010001 | 1010010 | 101011 |
Color Harmonies of #7613C6
Complementary color
Monochromatic Colors of #7613C6
Black with #7613C6
Text Example
Text Example
White with #7613C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7613C6; }
p { color: rgb(118,19,198); }
H1.HeaderClassName
{
color: #7613C6;
}
.AnyTagClassName
{
color: #7613C6;
}
</style>
background-color css
<style>
a { background-color: #7613C6; }
a { background-color: rgb(118,19,198); }
div.DivClassName
{
background-color: #7613C6;
}
.BgClassName
{
background-color: #7613C6;
}
</style>
border-color css
<style>
span { border-color: #7613C6; }
span { border-color: rgb(118,19,198); }
td.TdClassName
{
border-color: #7613C6;
}
.TagClassName
{
border-color: #7613C6;
}
</style>