Shades of Purple Heart #7D45CC
Tints of Purple Heart #7D45CC
RGB
CMYK
RGB Variations
Color information
#7D45CC (or 0x7D45CC) is known color: Purple Heart. HEX triplet: 7D, 45 and CC. RGB value is (125,69,204). Sum of RGB (Red+Green+Blue) = 125+69+204=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D45CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D45CC is #82BA33. Grayscale: #646464. Windows color (decimal): -8567348 or 13387133. OLE color: 13387133.
HSL color Cylindrical-coordinate representation of color #7D45CC: hue angle of 264.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D45CC is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 69 | 204 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.2 |
| HSL | 264.89º | 0.57% | 0.54% | - |
| HSV(B) | 264.89º | 0.66% | 0.8% | - |
| XYZ | 21.48 | 12.98 | 58.5 | - |
| YUV | 101.13 | 186.05 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 204 | 0.39 | 0.66 | 0 | 0.2 | 264.89 | 0.57 | 0.54 |
| Hex | 7D | 45 | CC | 27 | 42 | 0 | 14 | 109 | 39 | 36 |
| Octal | 175 | 105 | 314 | 47 | 102 | 0 | 24 | 411 | 71 | 66 |
| Binary | 1111101 | 1000101 | 11001100 | 100111 | 1000010 | 0 | 10100 | 100001001 | 111001 | 110110 |
Color Harmonies of #7D45CC
Complementary color
Monochromatic Colors of #7D45CC
Black with #7D45CC
Text Example
Text Example
White with #7D45CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D45CC; }
p { color: rgb(125,69,204); }
H1.HeaderClassName
{
color: #7D45CC;
}
.AnyTagClassName
{
color: #7D45CC;
}
</style>
background-color css
<style>
a { background-color: #7D45CC; }
a { background-color: rgb(125,69,204); }
div.DivClassName
{
background-color: #7D45CC;
}
.BgClassName
{
background-color: #7D45CC;
}
</style>
border-color css
<style>
span { border-color: #7D45CC; }
span { border-color: rgb(125,69,204); }
td.TdClassName
{
border-color: #7D45CC;
}
.TagClassName
{
border-color: #7D45CC;
}
</style>