Shades of Purple Heart #7622CC
Tints of Purple Heart #7622CC
RGB
CMYK
RGB Variations
Color information
#7622CC (or 0x7622CC) is known color: Purple Heart. HEX triplet: 76, 22 and CC. RGB value is (118,34,204). Sum of RGB (Red+Green+Blue) = 118+34+204=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #7622CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7622CC is #89DD33. Grayscale: #4D4D4D. Windows color (decimal): -9035060 or 13378166. OLE color: 13378166.
HSL color Cylindrical-coordinate representation of color #7622CC: hue angle of 269.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7622CC is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 34 | 204 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.2 |
| HSL | 269.65º | 0.71% | 0.47% | - |
| HSV(B) | 269.65º | 0.83% | 0.8% | - |
| XYZ | 18.94 | 9.36 | 57.93 | - |
| YUV | 78.5 | 198.83 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 204 | 0.42 | 0.83 | 0 | 0.2 | 269.65 | 0.71 | 0.47 |
| Hex | 76 | 22 | CC | 2A | 53 | 0 | 14 | 10E | 47 | 2F |
| Octal | 166 | 42 | 314 | 52 | 123 | 0 | 24 | 416 | 107 | 57 |
| Binary | 1110110 | 100010 | 11001100 | 101010 | 1010011 | 0 | 10100 | 100001110 | 1000111 | 101111 |
Color Harmonies of #7622CC
Complementary color
Monochromatic Colors of #7622CC
Black with #7622CC
Text Example
Text Example
White with #7622CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7622CC; }
p { color: rgb(118,34,204); }
H1.HeaderClassName
{
color: #7622CC;
}
.AnyTagClassName
{
color: #7622CC;
}
</style>
background-color css
<style>
a { background-color: #7622CC; }
a { background-color: rgb(118,34,204); }
div.DivClassName
{
background-color: #7622CC;
}
.BgClassName
{
background-color: #7622CC;
}
</style>
border-color css
<style>
span { border-color: #7622CC; }
span { border-color: rgb(118,34,204); }
td.TdClassName
{
border-color: #7622CC;
}
.TagClassName
{
border-color: #7622CC;
}
</style>