Shades of Purple Heart #7A30BF
Tints of Purple Heart #7A30BF
RGB
CMYK
RGB Variations
Color information
#7A30BF (or 0x7A30BF) is known color: Purple Heart. HEX triplet: 7A, 30 and BF. RGB value is (122,48,191). Sum of RGB (Red+Green+Blue) = 122+48+191=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A30BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A30BF is #85CF40. Grayscale: #555555. Windows color (decimal): -8769345 or 12529786. OLE color: 12529786.
HSL color Cylindrical-coordinate representation of color #7A30BF: hue angle of 271.05º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A30BF is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 48 | 191 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.25 |
| HSL | 271.05º | 0.6% | 0.47% | - |
| HSV(B) | 271.05º | 0.75% | 0.75% | - |
| XYZ | 18.49 | 10.01 | 50.25 | - |
| YUV | 86.43 | 187.02 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 191 | 0.36 | 0.75 | 0 | 0.25 | 271.05 | 0.6 | 0.47 |
| Hex | 7A | 30 | BF | 24 | 4B | 0 | 19 | 10F | 3C | 2F |
| Octal | 172 | 60 | 277 | 44 | 113 | 0 | 31 | 417 | 74 | 57 |
| Binary | 1111010 | 110000 | 10111111 | 100100 | 1001011 | 0 | 11001 | 100001111 | 111100 | 101111 |
Color Harmonies of #7A30BF
Complementary color
Monochromatic Colors of #7A30BF
Black with #7A30BF
Text Example
Text Example
White with #7A30BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A30BF; }
p { color: rgb(122,48,191); }
H1.HeaderClassName
{
color: #7A30BF;
}
.AnyTagClassName
{
color: #7A30BF;
}
</style>
background-color css
<style>
a { background-color: #7A30BF; }
a { background-color: rgb(122,48,191); }
div.DivClassName
{
background-color: #7A30BF;
}
.BgClassName
{
background-color: #7A30BF;
}
</style>
border-color css
<style>
span { border-color: #7A30BF; }
span { border-color: rgb(122,48,191); }
td.TdClassName
{
border-color: #7A30BF;
}
.TagClassName
{
border-color: #7A30BF;
}
</style>