Shades of Purple Heart #7830CC
Tints of Purple Heart #7830CC
RGB
CMYK
RGB Variations
Color information
#7830CC (or 0x7830CC) is known color: Purple Heart. HEX triplet: 78, 30 and CC. RGB value is (120,48,204). Sum of RGB (Red+Green+Blue) = 120+48+204=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #7830CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7830CC is #87CF33. Grayscale: #565656. Windows color (decimal): -8900404 or 13381752. OLE color: 13381752.
HSL color Cylindrical-coordinate representation of color #7830CC: hue angle of 267.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7830CC is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 48 | 204 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.2 |
| HSL | 267.69º | 0.62% | 0.49% | - |
| HSV(B) | 267.69º | 0.76% | 0.8% | - |
| XYZ | 19.7 | 10.47 | 58.11 | - |
| YUV | 87.31 | 193.85 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 204 | 0.41 | 0.76 | 0 | 0.2 | 267.69 | 0.62 | 0.49 |
| Hex | 78 | 30 | CC | 29 | 4C | 0 | 14 | 10C | 3E | 31 |
| Octal | 170 | 60 | 314 | 51 | 114 | 0 | 24 | 414 | 76 | 61 |
| Binary | 1111000 | 110000 | 11001100 | 101001 | 1001100 | 0 | 10100 | 100001100 | 111110 | 110001 |
Color Harmonies of #7830CC
Complementary color
Monochromatic Colors of #7830CC
Black with #7830CC
Text Example
Text Example
White with #7830CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7830CC; }
p { color: rgb(120,48,204); }
H1.HeaderClassName
{
color: #7830CC;
}
.AnyTagClassName
{
color: #7830CC;
}
</style>
background-color css
<style>
a { background-color: #7830CC; }
a { background-color: rgb(120,48,204); }
div.DivClassName
{
background-color: #7830CC;
}
.BgClassName
{
background-color: #7830CC;
}
</style>
border-color css
<style>
span { border-color: #7830CC; }
span { border-color: rgb(120,48,204); }
td.TdClassName
{
border-color: #7830CC;
}
.TagClassName
{
border-color: #7830CC;
}
</style>