Shades of Purple Heart #7F36BD
Tints of Purple Heart #7F36BD
RGB
CMYK
RGB Variations
Color information
#7F36BD (or 0x7F36BD) is known color: Purple Heart. HEX triplet: 7F, 36 and BD. RGB value is (127,54,189). Sum of RGB (Red+Green+Blue) = 127+54+189=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F36BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F36BD is #80C942. Grayscale: #5A5A5A. Windows color (decimal): -8440131 or 12400255. OLE color: 12400255.
HSL color Cylindrical-coordinate representation of color #7F36BD: hue angle of 272.44º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F36BD is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 54 | 189 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.26 |
| HSL | 272.44º | 0.56% | 0.48% | - |
| HSV(B) | 272.44º | 0.71% | 0.74% | - |
| XYZ | 19.26 | 10.82 | 49.22 | - |
| YUV | 91.22 | 183.18 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 189 | 0.33 | 0.71 | 0 | 0.26 | 272.44 | 0.56 | 0.48 |
| Hex | 7F | 36 | BD | 21 | 47 | 0 | 1A | 110 | 38 | 30 |
| Octal | 177 | 66 | 275 | 41 | 107 | 0 | 32 | 420 | 70 | 60 |
| Binary | 1111111 | 110110 | 10111101 | 100001 | 1000111 | 0 | 11010 | 100010000 | 111000 | 110000 |
Color Harmonies of #7F36BD
Complementary color
Monochromatic Colors of #7F36BD
Black with #7F36BD
Text Example
Text Example
White with #7F36BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F36BD; }
p { color: rgb(127,54,189); }
H1.HeaderClassName
{
color: #7F36BD;
}
.AnyTagClassName
{
color: #7F36BD;
}
</style>
background-color css
<style>
a { background-color: #7F36BD; }
a { background-color: rgb(127,54,189); }
div.DivClassName
{
background-color: #7F36BD;
}
.BgClassName
{
background-color: #7F36BD;
}
</style>
border-color css
<style>
span { border-color: #7F36BD; }
span { border-color: rgb(127,54,189); }
td.TdClassName
{
border-color: #7F36BD;
}
.TagClassName
{
border-color: #7F36BD;
}
</style>