Shades of Purple Heart #7534CA
Tints of Purple Heart #7534CA
RGB
CMYK
RGB Variations
Color information
#7534CA (or 0x7534CA) is known color: Purple Heart. HEX triplet: 75, 34 and CA. RGB value is (117,52,202). Sum of RGB (Red+Green+Blue) = 117+52+202=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #7534CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7534CA is #8ACB35. Grayscale: #585858. Windows color (decimal): -9095990 or 13251701. OLE color: 13251701.
HSL color Cylindrical-coordinate representation of color #7534CA: hue angle of 266º 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 #7534CA is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 52 | 202 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.21 |
| HSL | 266º | 0.59% | 0.5% | - |
| HSV(B) | 266º | 0.74% | 0.79% | - |
| XYZ | 19.22 | 10.5 | 56.89 | - |
| YUV | 88.54 | 192.03 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 202 | 0.42 | 0.74 | 0 | 0.21 | 266 | 0.59 | 0.5 |
| Hex | 75 | 34 | CA | 2A | 4A | 0 | 15 | 10A | 3B | 32 |
| Octal | 165 | 64 | 312 | 52 | 112 | 0 | 25 | 412 | 73 | 62 |
| Binary | 1110101 | 110100 | 11001010 | 101010 | 1001010 | 0 | 10101 | 100001010 | 111011 | 110010 |
Color Harmonies of #7534CA
Complementary color
Monochromatic Colors of #7534CA
Black with #7534CA
Text Example
Text Example
White with #7534CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7534CA; }
p { color: rgb(117,52,202); }
H1.HeaderClassName
{
color: #7534CA;
}
.AnyTagClassName
{
color: #7534CA;
}
</style>
background-color css
<style>
a { background-color: #7534CA; }
a { background-color: rgb(117,52,202); }
div.DivClassName
{
background-color: #7534CA;
}
.BgClassName
{
background-color: #7534CA;
}
</style>
border-color css
<style>
span { border-color: #7534CA; }
span { border-color: rgb(117,52,202); }
td.TdClassName
{
border-color: #7534CA;
}
.TagClassName
{
border-color: #7534CA;
}
</style>