Shades of Purple Heart #7F30BF
Tints of Purple Heart #7F30BF
RGB
CMYK
RGB Variations
Color information
#7F30BF (or 0x7F30BF) is known color: Purple Heart. HEX triplet: 7F, 30 and BF. RGB value is (127,48,191). Sum of RGB (Red+Green+Blue) = 127+48+191=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F30BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F30BF is #80CF40. Grayscale: #575757. Windows color (decimal): -8441665 or 12529791. OLE color: 12529791.
HSL color Cylindrical-coordinate representation of color #7F30BF: hue angle of 273.15º 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 #7F30BF is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 48 | 191 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.25 |
| HSL | 273.15º | 0.6% | 0.47% | - |
| HSV(B) | 273.15º | 0.75% | 0.75% | - |
| XYZ | 19.21 | 10.39 | 50.28 | - |
| YUV | 87.92 | 186.17 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 191 | 0.34 | 0.75 | 0 | 0.25 | 273.15 | 0.6 | 0.47 |
| Hex | 7F | 30 | BF | 22 | 4B | 0 | 19 | 111 | 3C | 2F |
| Octal | 177 | 60 | 277 | 42 | 113 | 0 | 31 | 421 | 74 | 57 |
| Binary | 1111111 | 110000 | 10111111 | 100010 | 1001011 | 0 | 11001 | 100010001 | 111100 | 101111 |
Color Harmonies of #7F30BF
Complementary color
Monochromatic Colors of #7F30BF
Black with #7F30BF
Text Example
Text Example
White with #7F30BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F30BF; }
p { color: rgb(127,48,191); }
H1.HeaderClassName
{
color: #7F30BF;
}
.AnyTagClassName
{
color: #7F30BF;
}
</style>
background-color css
<style>
a { background-color: #7F30BF; }
a { background-color: rgb(127,48,191); }
div.DivClassName
{
background-color: #7F30BF;
}
.BgClassName
{
background-color: #7F30BF;
}
</style>
border-color css
<style>
span { border-color: #7F30BF; }
span { border-color: rgb(127,48,191); }
td.TdClassName
{
border-color: #7F30BF;
}
.TagClassName
{
border-color: #7F30BF;
}
</style>