Shades of Purple Heart #7534CC
Tints of Purple Heart #7534CC
RGB
CMYK
RGB Variations
Color information
#7534CC (or 0x7534CC) is known color: Purple Heart. HEX triplet: 75, 34 and CC. RGB value is (117,52,204). Sum of RGB (Red+Green+Blue) = 117+52+204=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #7534CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7534CC is #8ACB33. Grayscale: #585858. Windows color (decimal): -9095988 or 13382773. OLE color: 13382773.
HSL color Cylindrical-coordinate representation of color #7534CC: hue angle of 265.66º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7534CC is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 52 | 204 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.2 |
| HSL | 265.66º | 0.6% | 0.5% | - |
| HSV(B) | 265.66º | 0.75% | 0.8% | - |
| XYZ | 19.46 | 10.6 | 58.15 | - |
| YUV | 88.76 | 193.03 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 204 | 0.43 | 0.75 | 0 | 0.2 | 265.66 | 0.6 | 0.5 |
| Hex | 75 | 34 | CC | 2B | 4B | 0 | 14 | 10A | 3C | 32 |
| Octal | 165 | 64 | 314 | 53 | 113 | 0 | 24 | 412 | 74 | 62 |
| Binary | 1110101 | 110100 | 11001100 | 101011 | 1001011 | 0 | 10100 | 100001010 | 111100 | 110010 |
Color Harmonies of #7534CC
Complementary color
Monochromatic Colors of #7534CC
Black with #7534CC
Text Example
Text Example
White with #7534CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7534CC; }
p { color: rgb(117,52,204); }
H1.HeaderClassName
{
color: #7534CC;
}
.AnyTagClassName
{
color: #7534CC;
}
</style>
background-color css
<style>
a { background-color: #7534CC; }
a { background-color: rgb(117,52,204); }
div.DivClassName
{
background-color: #7534CC;
}
.BgClassName
{
background-color: #7534CC;
}
</style>
border-color css
<style>
span { border-color: #7534CC; }
span { border-color: rgb(117,52,204); }
td.TdClassName
{
border-color: #7534CC;
}
.TagClassName
{
border-color: #7534CC;
}
</style>