Shades of Purple Heart #7F2DBB
Tints of Purple Heart #7F2DBB
RGB
CMYK
RGB Variations
Color information
#7F2DBB (or 0x7F2DBB) is known color: Purple Heart. HEX triplet: 7F, 2D and BB. RGB value is (127,45,187). Sum of RGB (Red+Green+Blue) = 127+45+187=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F2DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2DBB is #80D244. Grayscale: #555555. Windows color (decimal): -8442437 or 12266879. OLE color: 12266879.
HSL color Cylindrical-coordinate representation of color #7F2DBB: hue angle of 274.65º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F2DBB is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 45 | 187 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.27 |
| HSL | 274.65º | 0.61% | 0.45% | - |
| HSV(B) | 274.65º | 0.76% | 0.73% | - |
| XYZ | 18.66 | 9.98 | 47.96 | - |
| YUV | 85.71 | 185.17 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 187 | 0.32 | 0.76 | 0 | 0.27 | 274.65 | 0.61 | 0.45 |
| Hex | 7F | 2D | BB | 20 | 4C | 0 | 1B | 113 | 3D | 2D |
| Octal | 177 | 55 | 273 | 40 | 114 | 0 | 33 | 423 | 75 | 55 |
| Binary | 1111111 | 101101 | 10111011 | 100000 | 1001100 | 0 | 11011 | 100010011 | 111101 | 101101 |
Color Harmonies of #7F2DBB
Complementary color
Monochromatic Colors of #7F2DBB
Black with #7F2DBB
Text Example
Text Example
White with #7F2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2DBB; }
p { color: rgb(127,45,187); }
H1.HeaderClassName
{
color: #7F2DBB;
}
.AnyTagClassName
{
color: #7F2DBB;
}
</style>
background-color css
<style>
a { background-color: #7F2DBB; }
a { background-color: rgb(127,45,187); }
div.DivClassName
{
background-color: #7F2DBB;
}
.BgClassName
{
background-color: #7F2DBB;
}
</style>
border-color css
<style>
span { border-color: #7F2DBB; }
span { border-color: rgb(127,45,187); }
td.TdClassName
{
border-color: #7F2DBB;
}
.TagClassName
{
border-color: #7F2DBB;
}
</style>