Shades of Purple Heart #7622BC
Tints of Purple Heart #7622BC
RGB
CMYK
RGB Variations
Color information
#7622BC (or 0x7622BC) is known color: Purple Heart. HEX triplet: 76, 22 and BC. RGB value is (118,34,188). Sum of RGB (Red+Green+Blue) = 118+34+188=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #7622BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7622BC is #89DD43. Grayscale: #4C4C4C. Windows color (decimal): -9035076 or 12329590. OLE color: 12329590.
HSL color Cylindrical-coordinate representation of color #7622BC: hue angle of 272.73º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7622BC is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 34 | 188 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.26 |
| HSL | 272.73º | 0.69% | 0.44% | - |
| HSV(B) | 272.73º | 0.82% | 0.74% | - |
| XYZ | 17.12 | 8.63 | 48.34 | - |
| YUV | 76.67 | 190.83 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 188 | 0.37 | 0.82 | 0 | 0.26 | 272.73 | 0.69 | 0.44 |
| Hex | 76 | 22 | BC | 25 | 52 | 0 | 1A | 111 | 45 | 2C |
| Octal | 166 | 42 | 274 | 45 | 122 | 0 | 32 | 421 | 105 | 54 |
| Binary | 1110110 | 100010 | 10111100 | 100101 | 1010010 | 0 | 11010 | 100010001 | 1000101 | 101100 |
Color Harmonies of #7622BC
Complementary color
Monochromatic Colors of #7622BC
Black with #7622BC
Text Example
Text Example
White with #7622BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7622BC; }
p { color: rgb(118,34,188); }
H1.HeaderClassName
{
color: #7622BC;
}
.AnyTagClassName
{
color: #7622BC;
}
</style>
background-color css
<style>
a { background-color: #7622BC; }
a { background-color: rgb(118,34,188); }
div.DivClassName
{
background-color: #7622BC;
}
.BgClassName
{
background-color: #7622BC;
}
</style>
border-color css
<style>
span { border-color: #7622BC; }
span { border-color: rgb(118,34,188); }
td.TdClassName
{
border-color: #7622BC;
}
.TagClassName
{
border-color: #7622BC;
}
</style>