Shades of Purple Heart #7F22BC
Tints of Purple Heart #7F22BC
RGB
CMYK
RGB Variations
Color information
#7F22BC (or 0x7F22BC) is known color: Purple Heart. HEX triplet: 7F, 22 and BC. RGB value is (127,34,188). Sum of RGB (Red+Green+Blue) = 127+34+188=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F22BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F22BC is #80DD43. Grayscale: #4E4E4E. Windows color (decimal): -8445252 or 12329599. OLE color: 12329599.
HSL color Cylindrical-coordinate representation of color #7F22BC: hue angle of 276.23º degrees, saturation: 0.69, 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 #7F22BC is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 34 | 188 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.26 |
| HSL | 276.23º | 0.69% | 0.44% | - |
| HSV(B) | 276.23º | 0.82% | 0.74% | - |
| XYZ | 18.4 | 9.29 | 48.4 | - |
| YUV | 79.36 | 189.31 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 34 | 188 | 0.32 | 0.82 | 0 | 0.26 | 276.23 | 0.69 | 0.44 |
| Hex | 7F | 22 | BC | 20 | 52 | 0 | 1A | 114 | 45 | 2C |
| Octal | 177 | 42 | 274 | 40 | 122 | 0 | 32 | 424 | 105 | 54 |
| Binary | 1111111 | 100010 | 10111100 | 100000 | 1010010 | 0 | 11010 | 100010100 | 1000101 | 101100 |
Color Harmonies of #7F22BC
Complementary color
Monochromatic Colors of #7F22BC
Black with #7F22BC
Text Example
Text Example
White with #7F22BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F22BC; }
p { color: rgb(127,34,188); }
H1.HeaderClassName
{
color: #7F22BC;
}
.AnyTagClassName
{
color: #7F22BC;
}
</style>
background-color css
<style>
a { background-color: #7F22BC; }
a { background-color: rgb(127,34,188); }
div.DivClassName
{
background-color: #7F22BC;
}
.BgClassName
{
background-color: #7F22BC;
}
</style>
border-color css
<style>
span { border-color: #7F22BC; }
span { border-color: rgb(127,34,188); }
td.TdClassName
{
border-color: #7F22BC;
}
.TagClassName
{
border-color: #7F22BC;
}
</style>