Shades of Purple Heart #7617B4
Tints of Purple Heart #7617B4
RGB
CMYK
RGB Variations
Color information
#7617B4 (or 0x7617B4) is known color: Purple Heart. HEX triplet: 76, 17 and B4. RGB value is (118,23,180). Sum of RGB (Red+Green+Blue) = 118+23+180=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #7617B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7617B4 is #89E84B. Grayscale: #444444. Windows color (decimal): -9037900 or 11802486. OLE color: 11802486.
HSL color Cylindrical-coordinate representation of color #7617B4: hue angle of 276.31º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7617B4 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 23 | 180 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.29 |
| HSL | 276.31º | 0.77% | 0.4% | - |
| HSV(B) | 276.31º | 0.87% | 0.71% | - |
| XYZ | 16.02 | 7.76 | 43.83 | - |
| YUV | 69.3 | 190.47 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 180 | 0.34 | 0.87 | 0 | 0.29 | 276.31 | 0.77 | 0.4 |
| Hex | 76 | 17 | B4 | 22 | 57 | 0 | 1D | 114 | 4D | 28 |
| Octal | 166 | 27 | 264 | 42 | 127 | 0 | 35 | 424 | 115 | 50 |
| Binary | 1110110 | 10111 | 10110100 | 100010 | 1010111 | 0 | 11101 | 100010100 | 1001101 | 101000 |
Color Harmonies of #7617B4
Complementary color
Monochromatic Colors of #7617B4
Black with #7617B4
Text Example
Text Example
White with #7617B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7617B4; }
p { color: rgb(118,23,180); }
H1.HeaderClassName
{
color: #7617B4;
}
.AnyTagClassName
{
color: #7617B4;
}
</style>
background-color css
<style>
a { background-color: #7617B4; }
a { background-color: rgb(118,23,180); }
div.DivClassName
{
background-color: #7617B4;
}
.BgClassName
{
background-color: #7617B4;
}
</style>
border-color css
<style>
span { border-color: #7617B4; }
span { border-color: rgb(118,23,180); }
td.TdClassName
{
border-color: #7617B4;
}
.TagClassName
{
border-color: #7617B4;
}
</style>