Shades of Purple Heart #7422CF
Tints of Purple Heart #7422CF
RGB
CMYK
RGB Variations
Color information
#7422CF (or 0x7422CF) is known color: Purple Heart. HEX triplet: 74, 22 and CF. RGB value is (116,34,207). Sum of RGB (Red+Green+Blue) = 116+34+207=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #7422CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7422CF is #8BDD30. Grayscale: #4D4D4D. Windows color (decimal): -9166129 or 13574772. OLE color: 13574772.
HSL color Cylindrical-coordinate representation of color #7422CF: hue angle of 268.44º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7422CF is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 34 | 207 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.19 |
| HSL | 268.44º | 0.72% | 0.47% | - |
| HSV(B) | 268.44º | 0.84% | 0.81% | - |
| XYZ | 19.04 | 9.36 | 59.84 | - |
| YUV | 78.24 | 200.67 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 207 | 0.44 | 0.84 | 0 | 0.19 | 268.44 | 0.72 | 0.47 |
| Hex | 74 | 22 | CF | 2C | 54 | 0 | 13 | 10C | 48 | 2F |
| Octal | 164 | 42 | 317 | 54 | 124 | 0 | 23 | 414 | 110 | 57 |
| Binary | 1110100 | 100010 | 11001111 | 101100 | 1010100 | 0 | 10011 | 100001100 | 1001000 | 101111 |
Color Harmonies of #7422CF
Complementary color
Monochromatic Colors of #7422CF
Black with #7422CF
Text Example
Text Example
White with #7422CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7422CF; }
p { color: rgb(116,34,207); }
H1.HeaderClassName
{
color: #7422CF;
}
.AnyTagClassName
{
color: #7422CF;
}
</style>
background-color css
<style>
a { background-color: #7422CF; }
a { background-color: rgb(116,34,207); }
div.DivClassName
{
background-color: #7422CF;
}
.BgClassName
{
background-color: #7422CF;
}
</style>
border-color css
<style>
span { border-color: #7422CF; }
span { border-color: rgb(116,34,207); }
td.TdClassName
{
border-color: #7422CF;
}
.TagClassName
{
border-color: #7422CF;
}
</style>