Shades of Purple Heart #7534CF
Tints of Purple Heart #7534CF
RGB
CMYK
RGB Variations
Color information
#7534CF (or 0x7534CF) is known color: Purple Heart. HEX triplet: 75, 34 and CF. RGB value is (117,52,207). Sum of RGB (Red+Green+Blue) = 117+52+207=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #7534CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7534CF is #8ACB30. Grayscale: #585858. Windows color (decimal): -9095985 or 13579381. OLE color: 13579381.
HSL color Cylindrical-coordinate representation of color #7534CF: hue angle of 265.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7534CF is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 52 | 207 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.19 |
| HSL | 265.16º | 0.62% | 0.51% | - |
| HSV(B) | 265.16º | 0.75% | 0.81% | - |
| XYZ | 19.83 | 10.74 | 60.06 | - |
| YUV | 89.11 | 194.53 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 207 | 0.43 | 0.75 | 0 | 0.19 | 265.16 | 0.62 | 0.51 |
| Hex | 75 | 34 | CF | 2B | 4B | 0 | 13 | 109 | 3E | 33 |
| Octal | 165 | 64 | 317 | 53 | 113 | 0 | 23 | 411 | 76 | 63 |
| Binary | 1110101 | 110100 | 11001111 | 101011 | 1001011 | 0 | 10011 | 100001001 | 111110 | 110011 |
Color Harmonies of #7534CF
Complementary color
Monochromatic Colors of #7534CF
Black with #7534CF
Text Example
Text Example
White with #7534CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7534CF; }
p { color: rgb(117,52,207); }
H1.HeaderClassName
{
color: #7534CF;
}
.AnyTagClassName
{
color: #7534CF;
}
</style>
background-color css
<style>
a { background-color: #7534CF; }
a { background-color: rgb(117,52,207); }
div.DivClassName
{
background-color: #7534CF;
}
.BgClassName
{
background-color: #7534CF;
}
</style>
border-color css
<style>
span { border-color: #7534CF; }
span { border-color: rgb(117,52,207); }
td.TdClassName
{
border-color: #7534CF;
}
.TagClassName
{
border-color: #7534CF;
}
</style>