Shades of Purple Heart #7F2DB8
Tints of Purple Heart #7F2DB8
RGB
CMYK
RGB Variations
Color information
#7F2DB8 (or 0x7F2DB8) is known color: Purple Heart. HEX triplet: 7F, 2D and B8. RGB value is (127,45,184). Sum of RGB (Red+Green+Blue) = 127+45+184=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #7F2DB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2DB8 is #80D247. Grayscale: #545454. Windows color (decimal): -8442440 or 12070271. OLE color: 12070271.
HSL color Cylindrical-coordinate representation of color #7F2DB8: hue angle of 275.4º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F2DB8 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 45 | 184 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.28 |
| HSL | 275.4º | 0.61% | 0.45% | - |
| HSV(B) | 275.4º | 0.76% | 0.72% | - |
| XYZ | 18.34 | 9.85 | 46.28 | - |
| YUV | 85.36 | 183.67 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 184 | 0.31 | 0.76 | 0 | 0.28 | 275.4 | 0.61 | 0.45 |
| Hex | 7F | 2D | B8 | 1F | 4C | 0 | 1C | 113 | 3D | 2D |
| Octal | 177 | 55 | 270 | 37 | 114 | 0 | 34 | 423 | 75 | 55 |
| Binary | 1111111 | 101101 | 10111000 | 11111 | 1001100 | 0 | 11100 | 100010011 | 111101 | 101101 |
Color Harmonies of #7F2DB8
Complementary color
Monochromatic Colors of #7F2DB8
Black with #7F2DB8
Text Example
Text Example
White with #7F2DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2DB8; }
p { color: rgb(127,45,184); }
H1.HeaderClassName
{
color: #7F2DB8;
}
.AnyTagClassName
{
color: #7F2DB8;
}
</style>
background-color css
<style>
a { background-color: #7F2DB8; }
a { background-color: rgb(127,45,184); }
div.DivClassName
{
background-color: #7F2DB8;
}
.BgClassName
{
background-color: #7F2DB8;
}
</style>
border-color css
<style>
span { border-color: #7F2DB8; }
span { border-color: rgb(127,45,184); }
td.TdClassName
{
border-color: #7F2DB8;
}
.TagClassName
{
border-color: #7F2DB8;
}
</style>