Shades of Purple Heart #7617B2
Tints of Purple Heart #7617B2
RGB
CMYK
RGB Variations
Color information
#7617B2 (or 0x7617B2) is known color: Purple Heart. HEX triplet: 76, 17 and B2. RGB value is (118,23,178). Sum of RGB (Red+Green+Blue) = 118+23+178=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 178 (69.92% from 255 or 55.80% from 319); Max value from RGB is 178 - color contains mainly: blue. Hex color #7617B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7617B2 is #89E84D. Grayscale: #444444. Windows color (decimal): -9037902 or 11671414. OLE color: 11671414.
HSL color Cylindrical-coordinate representation of color #7617B2: hue angle of 276.77º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7617B2 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 23 | 178 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.30 |
| HSL | 276.77º | 0.77% | 0.39% | - |
| HSV(B) | 276.77º | 0.87% | 0.7% | - |
| XYZ | 15.81 | 7.68 | 42.77 | - |
| YUV | 69.08 | 189.47 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 178 | 0.34 | 0.87 | 0 | 0.30 | 276.77 | 0.77 | 0.39 |
| Hex | 76 | 17 | B2 | 22 | 57 | 0 | 1E | 115 | 4D | 27 |
| Octal | 166 | 27 | 262 | 42 | 127 | 0 | 36 | 425 | 115 | 47 |
| Binary | 1110110 | 10111 | 10110010 | 100010 | 1010111 | 0 | 11110 | 100010101 | 1001101 | 100111 |
Color Harmonies of #7617B2
Complementary color
Monochromatic Colors of #7617B2
Black with #7617B2
Text Example
Text Example
White with #7617B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7617B2; }
p { color: rgb(118,23,178); }
H1.HeaderClassName
{
color: #7617B2;
}
.AnyTagClassName
{
color: #7617B2;
}
</style>
background-color css
<style>
a { background-color: #7617B2; }
a { background-color: rgb(118,23,178); }
div.DivClassName
{
background-color: #7617B2;
}
.BgClassName
{
background-color: #7617B2;
}
</style>
border-color css
<style>
span { border-color: #7617B2; }
span { border-color: rgb(118,23,178); }
td.TdClassName
{
border-color: #7617B2;
}
.TagClassName
{
border-color: #7617B2;
}
</style>