Shades of Purple Heart #7F34BC
Tints of Purple Heart #7F34BC
RGB
CMYK
RGB Variations
Color information
#7F34BC (or 0x7F34BC) is known color: Purple Heart. HEX triplet: 7F, 34 and BC. RGB value is (127,52,188). Sum of RGB (Red+Green+Blue) = 127+52+188=367 (48% of max value = 765). Red value is 127 (50% from 255 or 34.60% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F34BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F34BC is #80CB43. Grayscale: #595959. Windows color (decimal): -8440644 or 12334207. OLE color: 12334207.
HSL color Cylindrical-coordinate representation of color #7F34BC: hue angle of 273.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F34BC is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 52 | 188 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.26 |
| HSL | 273.09º | 0.57% | 0.47% | - |
| HSV(B) | 273.09º | 0.72% | 0.74% | - |
| XYZ | 19.06 | 10.6 | 48.62 | - |
| YUV | 89.93 | 183.35 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 52 | 188 | 0.32 | 0.72 | 0 | 0.26 | 273.09 | 0.57 | 0.47 |
| Hex | 7F | 34 | BC | 20 | 48 | 0 | 1A | 111 | 39 | 2F |
| Octal | 177 | 64 | 274 | 40 | 110 | 0 | 32 | 421 | 71 | 57 |
| Binary | 1111111 | 110100 | 10111100 | 100000 | 1001000 | 0 | 11010 | 100010001 | 111001 | 101111 |
Color Harmonies of #7F34BC
Complementary color
Monochromatic Colors of #7F34BC
Black with #7F34BC
Text Example
Text Example
White with #7F34BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F34BC; }
p { color: rgb(127,52,188); }
H1.HeaderClassName
{
color: #7F34BC;
}
.AnyTagClassName
{
color: #7F34BC;
}
</style>
background-color css
<style>
a { background-color: #7F34BC; }
a { background-color: rgb(127,52,188); }
div.DivClassName
{
background-color: #7F34BC;
}
.BgClassName
{
background-color: #7F34BC;
}
</style>
border-color css
<style>
span { border-color: #7F34BC; }
span { border-color: rgb(127,52,188); }
td.TdClassName
{
border-color: #7F34BC;
}
.TagClassName
{
border-color: #7F34BC;
}
</style>