Shades of Purple Heart #7824CC
Tints of Purple Heart #7824CC
RGB
CMYK
RGB Variations
Color information
#7824CC (or 0x7824CC) is known color: Purple Heart. HEX triplet: 78, 24 and CC. RGB value is (120,36,204). Sum of RGB (Red+Green+Blue) = 120+36+204=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #7824CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7824CC is #87DB33. Grayscale: #4F4F4F. Windows color (decimal): -8903476 or 13378680. OLE color: 13378680.
HSL color Cylindrical-coordinate representation of color #7824CC: hue angle of 270º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7824CC is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 36 | 204 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.2 |
| HSL | 270º | 0.7% | 0.47% | - |
| HSV(B) | 270º | 0.82% | 0.8% | - |
| XYZ | 19.28 | 9.61 | 57.97 | - |
| YUV | 80.27 | 197.83 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 36 | 204 | 0.41 | 0.82 | 0 | 0.2 | 270 | 0.7 | 0.47 |
| Hex | 78 | 24 | CC | 29 | 52 | 0 | 14 | 10E | 46 | 2F |
| Octal | 170 | 44 | 314 | 51 | 122 | 0 | 24 | 416 | 106 | 57 |
| Binary | 1111000 | 100100 | 11001100 | 101001 | 1010010 | 0 | 10100 | 100001110 | 1000110 | 101111 |
Color Harmonies of #7824CC
Complementary color
Monochromatic Colors of #7824CC
Black with #7824CC
Text Example
Text Example
White with #7824CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7824CC; }
p { color: rgb(120,36,204); }
H1.HeaderClassName
{
color: #7824CC;
}
.AnyTagClassName
{
color: #7824CC;
}
</style>
background-color css
<style>
a { background-color: #7824CC; }
a { background-color: rgb(120,36,204); }
div.DivClassName
{
background-color: #7824CC;
}
.BgClassName
{
background-color: #7824CC;
}
</style>
border-color css
<style>
span { border-color: #7824CC; }
span { border-color: rgb(120,36,204); }
td.TdClassName
{
border-color: #7824CC;
}
.TagClassName
{
border-color: #7824CC;
}
</style>