Shades of Purple Heart #7A30BB
Tints of Purple Heart #7A30BB
RGB
CMYK
RGB Variations
Color information
#7A30BB (or 0x7A30BB) is known color: Purple Heart. HEX triplet: 7A, 30 and BB. RGB value is (122,48,187). Sum of RGB (Red+Green+Blue) = 122+48+187=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A30BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A30BB is #85CF44. Grayscale: #555555. Windows color (decimal): -8769349 or 12267642. OLE color: 12267642.
HSL color Cylindrical-coordinate representation of color #7A30BB: hue angle of 271.94º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A30BB is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 48 | 187 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.27 |
| HSL | 271.94º | 0.59% | 0.46% | - |
| HSV(B) | 271.94º | 0.74% | 0.73% | - |
| XYZ | 18.05 | 9.84 | 47.96 | - |
| YUV | 85.97 | 185.02 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 187 | 0.35 | 0.74 | 0 | 0.27 | 271.94 | 0.59 | 0.46 |
| Hex | 7A | 30 | BB | 23 | 4A | 0 | 1B | 110 | 3B | 2E |
| Octal | 172 | 60 | 273 | 43 | 112 | 0 | 33 | 420 | 73 | 56 |
| Binary | 1111010 | 110000 | 10111011 | 100011 | 1001010 | 0 | 11011 | 100010000 | 111011 | 101110 |
Color Harmonies of #7A30BB
Complementary color
Monochromatic Colors of #7A30BB
Black with #7A30BB
Text Example
Text Example
White with #7A30BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A30BB; }
p { color: rgb(122,48,187); }
H1.HeaderClassName
{
color: #7A30BB;
}
.AnyTagClassName
{
color: #7A30BB;
}
</style>
background-color css
<style>
a { background-color: #7A30BB; }
a { background-color: rgb(122,48,187); }
div.DivClassName
{
background-color: #7A30BB;
}
.BgClassName
{
background-color: #7A30BB;
}
</style>
border-color css
<style>
span { border-color: #7A30BB; }
span { border-color: rgb(122,48,187); }
td.TdClassName
{
border-color: #7A30BB;
}
.TagClassName
{
border-color: #7A30BB;
}
</style>