Shades of Purple Heart #7834CA
Tints of Purple Heart #7834CA
RGB
CMYK
RGB Variations
Color information
#7834CA (or 0x7834CA) is known color: Purple Heart. HEX triplet: 78, 34 and CA. RGB value is (120,52,202). Sum of RGB (Red+Green+Blue) = 120+52+202=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #7834CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7834CA is #87CB35. Grayscale: #585858. Windows color (decimal): -8899382 or 13251704. OLE color: 13251704.
HSL color Cylindrical-coordinate representation of color #7834CA: hue angle of 267.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7834CA is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 52 | 202 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.21 |
| HSL | 267.2º | 0.59% | 0.5% | - |
| HSV(B) | 267.2º | 0.74% | 0.79% | - |
| XYZ | 19.63 | 10.71 | 56.91 | - |
| YUV | 89.43 | 191.53 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 52 | 202 | 0.41 | 0.74 | 0 | 0.21 | 267.2 | 0.59 | 0.5 |
| Hex | 78 | 34 | CA | 29 | 4A | 0 | 15 | 10B | 3B | 32 |
| Octal | 170 | 64 | 312 | 51 | 112 | 0 | 25 | 413 | 73 | 62 |
| Binary | 1111000 | 110100 | 11001010 | 101001 | 1001010 | 0 | 10101 | 100001011 | 111011 | 110010 |
Color Harmonies of #7834CA
Complementary color
Monochromatic Colors of #7834CA
Black with #7834CA
Text Example
Text Example
White with #7834CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7834CA; }
p { color: rgb(120,52,202); }
H1.HeaderClassName
{
color: #7834CA;
}
.AnyTagClassName
{
color: #7834CA;
}
</style>
background-color css
<style>
a { background-color: #7834CA; }
a { background-color: rgb(120,52,202); }
div.DivClassName
{
background-color: #7834CA;
}
.BgClassName
{
background-color: #7834CA;
}
</style>
border-color css
<style>
span { border-color: #7834CA; }
span { border-color: rgb(120,52,202); }
td.TdClassName
{
border-color: #7834CA;
}
.TagClassName
{
border-color: #7834CA;
}
</style>