Shades of Purple Heart #7825CA
Tints of Purple Heart #7825CA
RGB
CMYK
RGB Variations
Color information
#7825CA (or 0x7825CA) is known color: Purple Heart. HEX triplet: 78, 25 and CA. RGB value is (120,37,202). Sum of RGB (Red+Green+Blue) = 120+37+202=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #7825CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7825CA is #87DA35. Grayscale: #505050. Windows color (decimal): -8903222 or 13247864. OLE color: 13247864.
HSL color Cylindrical-coordinate representation of color #7825CA: hue angle of 270.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7825CA is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 37 | 202 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.21 |
| HSL | 270.18º | 0.69% | 0.47% | - |
| HSV(B) | 270.18º | 0.82% | 0.79% | - |
| XYZ | 19.07 | 9.58 | 56.72 | - |
| YUV | 80.63 | 196.5 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 202 | 0.41 | 0.82 | 0 | 0.21 | 270.18 | 0.69 | 0.47 |
| Hex | 78 | 25 | CA | 29 | 52 | 0 | 15 | 10E | 45 | 2F |
| Octal | 170 | 45 | 312 | 51 | 122 | 0 | 25 | 416 | 105 | 57 |
| Binary | 1111000 | 100101 | 11001010 | 101001 | 1010010 | 0 | 10101 | 100001110 | 1000101 | 101111 |
Color Harmonies of #7825CA
Complementary color
Monochromatic Colors of #7825CA
Black with #7825CA
Text Example
Text Example
White with #7825CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7825CA; }
p { color: rgb(120,37,202); }
H1.HeaderClassName
{
color: #7825CA;
}
.AnyTagClassName
{
color: #7825CA;
}
</style>
background-color css
<style>
a { background-color: #7825CA; }
a { background-color: rgb(120,37,202); }
div.DivClassName
{
background-color: #7825CA;
}
.BgClassName
{
background-color: #7825CA;
}
</style>
border-color css
<style>
span { border-color: #7825CA; }
span { border-color: rgb(120,37,202); }
td.TdClassName
{
border-color: #7825CA;
}
.TagClassName
{
border-color: #7825CA;
}
</style>