Shades of Purple Heart #7234CA
Tints of Purple Heart #7234CA
RGB
CMYK
RGB Variations
Color information
#7234CA (or 0x7234CA) is known color: Purple Heart. HEX triplet: 72, 34 and CA. RGB value is (114,52,202). Sum of RGB (Red+Green+Blue) = 114+52+202=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #7234CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7234CA is #8DCB35. Grayscale: #575757. Windows color (decimal): -9292598 or 13251698. OLE color: 13251698.
HSL color Cylindrical-coordinate representation of color #7234CA: hue angle of 264.8º 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 #7234CA is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 52 | 202 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.21 |
| HSL | 264.8º | 0.59% | 0.5% | - |
| HSV(B) | 264.8º | 0.74% | 0.79% | - |
| XYZ | 18.83 | 10.3 | 56.87 | - |
| YUV | 87.64 | 192.54 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 52 | 202 | 0.44 | 0.74 | 0 | 0.21 | 264.8 | 0.59 | 0.5 |
| Hex | 72 | 34 | CA | 2C | 4A | 0 | 15 | 109 | 3B | 32 |
| Octal | 162 | 64 | 312 | 54 | 112 | 0 | 25 | 411 | 73 | 62 |
| Binary | 1110010 | 110100 | 11001010 | 101100 | 1001010 | 0 | 10101 | 100001001 | 111011 | 110010 |
Color Harmonies of #7234CA
Complementary color
Monochromatic Colors of #7234CA
Black with #7234CA
Text Example
Text Example
White with #7234CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7234CA; }
p { color: rgb(114,52,202); }
H1.HeaderClassName
{
color: #7234CA;
}
.AnyTagClassName
{
color: #7234CA;
}
</style>
background-color css
<style>
a { background-color: #7234CA; }
a { background-color: rgb(114,52,202); }
div.DivClassName
{
background-color: #7234CA;
}
.BgClassName
{
background-color: #7234CA;
}
</style>
border-color css
<style>
span { border-color: #7234CA; }
span { border-color: rgb(114,52,202); }
td.TdClassName
{
border-color: #7234CA;
}
.TagClassName
{
border-color: #7234CA;
}
</style>