Shades of Purple Heart #7D1BB8
Tints of Purple Heart #7D1BB8
RGB
CMYK
RGB Variations
Color information
#7D1BB8 (or 0x7D1BB8) is known color: Purple Heart. HEX triplet: 7D, 1B and B8. RGB value is (125,27,184). Sum of RGB (Red+Green+Blue) = 125+27+184=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 184 (72.27% from 255 or 54.76% from 336); Max value from RGB is 184 - color contains mainly: blue. Hex color #7D1BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1BB8 is #82E447. Grayscale: #494949. Windows color (decimal): -8578120 or 12065661. OLE color: 12065661.
HSL color Cylindrical-coordinate representation of color #7D1BB8: hue angle of 277.45º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D1BB8 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 27 | 184 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.28 |
| HSL | 277.45º | 0.74% | 0.41% | - |
| HSV(B) | 277.45º | 0.85% | 0.72% | - |
| XYZ | 17.5 | 8.6 | 46.09 | - |
| YUV | 74.2 | 189.97 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 27 | 184 | 0.32 | 0.85 | 0 | 0.28 | 277.45 | 0.74 | 0.41 |
| Hex | 7D | 1B | B8 | 20 | 55 | 0 | 1C | 115 | 4A | 29 |
| Octal | 175 | 33 | 270 | 40 | 125 | 0 | 34 | 425 | 112 | 51 |
| Binary | 1111101 | 11011 | 10111000 | 100000 | 1010101 | 0 | 11100 | 100010101 | 1001010 | 101001 |
Color Harmonies of #7D1BB8
Complementary color
Monochromatic Colors of #7D1BB8
Black with #7D1BB8
Text Example
Text Example
White with #7D1BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1BB8; }
p { color: rgb(125,27,184); }
H1.HeaderClassName
{
color: #7D1BB8;
}
.AnyTagClassName
{
color: #7D1BB8;
}
</style>
background-color css
<style>
a { background-color: #7D1BB8; }
a { background-color: rgb(125,27,184); }
div.DivClassName
{
background-color: #7D1BB8;
}
.BgClassName
{
background-color: #7D1BB8;
}
</style>
border-color css
<style>
span { border-color: #7D1BB8; }
span { border-color: rgb(125,27,184); }
td.TdClassName
{
border-color: #7D1BB8;
}
.TagClassName
{
border-color: #7D1BB8;
}
</style>