Shades of Purple Heart #7622C4
Tints of Purple Heart #7622C4
RGB
CMYK
RGB Variations
Color information
#7622C4 (or 0x7622C4) is known color: Purple Heart. HEX triplet: 76, 22 and C4. RGB value is (118,34,196). Sum of RGB (Red+Green+Blue) = 118+34+196=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 196 (76.95% from 255 or 56.32% from 348); Max value from RGB is 196 - color contains mainly: blue. Hex color #7622C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7622C4 is #89DD3B. Grayscale: #4D4D4D. Windows color (decimal): -9035068 or 12853878. OLE color: 12853878.
HSL color Cylindrical-coordinate representation of color #7622C4: hue angle of 271.11º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7622C4 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 34 | 196 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.23 |
| HSL | 271.11º | 0.7% | 0.45% | - |
| HSV(B) | 271.11º | 0.83% | 0.77% | - |
| XYZ | 18.01 | 8.98 | 53.01 | - |
| YUV | 77.58 | 194.83 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 196 | 0.40 | 0.83 | 0 | 0.23 | 271.11 | 0.7 | 0.45 |
| Hex | 76 | 22 | C4 | 28 | 53 | 0 | 17 | 10F | 46 | 2D |
| Octal | 166 | 42 | 304 | 50 | 123 | 0 | 27 | 417 | 106 | 55 |
| Binary | 1110110 | 100010 | 11000100 | 101000 | 1010011 | 0 | 10111 | 100001111 | 1000110 | 101101 |
Color Harmonies of #7622C4
Complementary color
Monochromatic Colors of #7622C4
Black with #7622C4
Text Example
Text Example
White with #7622C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7622C4; }
p { color: rgb(118,34,196); }
H1.HeaderClassName
{
color: #7622C4;
}
.AnyTagClassName
{
color: #7622C4;
}
</style>
background-color css
<style>
a { background-color: #7622C4; }
a { background-color: rgb(118,34,196); }
div.DivClassName
{
background-color: #7622C4;
}
.BgClassName
{
background-color: #7622C4;
}
</style>
border-color css
<style>
span { border-color: #7622C4; }
span { border-color: rgb(118,34,196); }
td.TdClassName
{
border-color: #7622C4;
}
.TagClassName
{
border-color: #7622C4;
}
</style>