Shades of Purple Heart #7422BD
Tints of Purple Heart #7422BD
RGB
CMYK
RGB Variations
Color information
#7422BD (or 0x7422BD) is known color: Purple Heart. HEX triplet: 74, 22 and BD. RGB value is (116,34,189). Sum of RGB (Red+Green+Blue) = 116+34+189=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #7422BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7422BD is #8BDD42. Grayscale: #4B4B4B. Windows color (decimal): -9166147 or 12395124. OLE color: 12395124.
HSL color Cylindrical-coordinate representation of color #7422BD: hue angle of 271.74º degrees, saturation: 0.7, 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 #7422BD is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 34 | 189 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.26 |
| HSL | 271.74º | 0.7% | 0.44% | - |
| HSV(B) | 271.74º | 0.82% | 0.74% | - |
| XYZ | 16.96 | 8.53 | 48.9 | - |
| YUV | 76.19 | 191.67 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 189 | 0.39 | 0.82 | 0 | 0.26 | 271.74 | 0.7 | 0.44 |
| Hex | 74 | 22 | BD | 27 | 52 | 0 | 1A | 110 | 46 | 2C |
| Octal | 164 | 42 | 275 | 47 | 122 | 0 | 32 | 420 | 106 | 54 |
| Binary | 1110100 | 100010 | 10111101 | 100111 | 1010010 | 0 | 11010 | 100010000 | 1000110 | 101100 |
Color Harmonies of #7422BD
Complementary color
Monochromatic Colors of #7422BD
Black with #7422BD
Text Example
Text Example
White with #7422BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7422BD; }
p { color: rgb(116,34,189); }
H1.HeaderClassName
{
color: #7422BD;
}
.AnyTagClassName
{
color: #7422BD;
}
</style>
background-color css
<style>
a { background-color: #7422BD; }
a { background-color: rgb(116,34,189); }
div.DivClassName
{
background-color: #7422BD;
}
.BgClassName
{
background-color: #7422BD;
}
</style>
border-color css
<style>
span { border-color: #7422BD; }
span { border-color: rgb(116,34,189); }
td.TdClassName
{
border-color: #7422BD;
}
.TagClassName
{
border-color: #7422BD;
}
</style>