Shades of Purple Heart #7825C6
Tints of Purple Heart #7825C6
RGB
CMYK
RGB Variations
Color information
#7825C6 (or 0x7825C6) is known color: Purple Heart. HEX triplet: 78, 25 and C6. RGB value is (120,37,198). Sum of RGB (Red+Green+Blue) = 120+37+198=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #7825C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7825C6 is #87DA39. Grayscale: #4F4F4F. Windows color (decimal): -8903226 or 12985720. OLE color: 12985720.
HSL color Cylindrical-coordinate representation of color #7825C6: hue angle of 270.93º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7825C6 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 37 | 198 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.22 |
| HSL | 270.93º | 0.69% | 0.46% | - |
| HSV(B) | 270.93º | 0.81% | 0.78% | - |
| XYZ | 18.6 | 9.39 | 54.26 | - |
| YUV | 80.17 | 194.5 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 198 | 0.39 | 0.81 | 0 | 0.22 | 270.93 | 0.69 | 0.46 |
| Hex | 78 | 25 | C6 | 27 | 51 | 0 | 16 | 10F | 45 | 2E |
| Octal | 170 | 45 | 306 | 47 | 121 | 0 | 26 | 417 | 105 | 56 |
| Binary | 1111000 | 100101 | 11000110 | 100111 | 1010001 | 0 | 10110 | 100001111 | 1000101 | 101110 |
Color Harmonies of #7825C6
Complementary color
Monochromatic Colors of #7825C6
Black with #7825C6
Text Example
Text Example
White with #7825C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7825C6; }
p { color: rgb(120,37,198); }
H1.HeaderClassName
{
color: #7825C6;
}
.AnyTagClassName
{
color: #7825C6;
}
</style>
background-color css
<style>
a { background-color: #7825C6; }
a { background-color: rgb(120,37,198); }
div.DivClassName
{
background-color: #7825C6;
}
.BgClassName
{
background-color: #7825C6;
}
</style>
border-color css
<style>
span { border-color: #7825C6; }
span { border-color: rgb(120,37,198); }
td.TdClassName
{
border-color: #7825C6;
}
.TagClassName
{
border-color: #7825C6;
}
</style>