Shades of Purple Heart #7934CA
Tints of Purple Heart #7934CA
RGB
CMYK
RGB Variations
Color information
#7934CA (or 0x7934CA) is known color: Purple Heart. HEX triplet: 79, 34 and CA. RGB value is (121,52,202). Sum of RGB (Red+Green+Blue) = 121+52+202=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #7934CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7934CA is #86CB35. Grayscale: #595959. Windows color (decimal): -8833846 or 13251705. OLE color: 13251705.
HSL color Cylindrical-coordinate representation of color #7934CA: hue angle of 267.6º 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 #7934CA is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 52 | 202 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.21 |
| HSL | 267.6º | 0.59% | 0.5% | - |
| HSV(B) | 267.6º | 0.74% | 0.79% | - |
| XYZ | 19.77 | 10.79 | 56.92 | - |
| YUV | 89.73 | 191.36 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 52 | 202 | 0.40 | 0.74 | 0 | 0.21 | 267.6 | 0.59 | 0.5 |
| Hex | 79 | 34 | CA | 28 | 4A | 0 | 15 | 10C | 3B | 32 |
| Octal | 171 | 64 | 312 | 50 | 112 | 0 | 25 | 414 | 73 | 62 |
| Binary | 1111001 | 110100 | 11001010 | 101000 | 1001010 | 0 | 10101 | 100001100 | 111011 | 110010 |
Color Harmonies of #7934CA
Complementary color
Monochromatic Colors of #7934CA
Black with #7934CA
Text Example
Text Example
White with #7934CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7934CA; }
p { color: rgb(121,52,202); }
H1.HeaderClassName
{
color: #7934CA;
}
.AnyTagClassName
{
color: #7934CA;
}
</style>
background-color css
<style>
a { background-color: #7934CA; }
a { background-color: rgb(121,52,202); }
div.DivClassName
{
background-color: #7934CA;
}
.BgClassName
{
background-color: #7934CA;
}
</style>
border-color css
<style>
span { border-color: #7934CA; }
span { border-color: rgb(121,52,202); }
td.TdClassName
{
border-color: #7934CA;
}
.TagClassName
{
border-color: #7934CA;
}
</style>