Shades of Purple Heart #7534C7
Tints of Purple Heart #7534C7
RGB
CMYK
RGB Variations
Color information
#7534C7 (or 0x7534C7) is known color: Purple Heart. HEX triplet: 75, 34 and C7. RGB value is (117,52,199). Sum of RGB (Red+Green+Blue) = 117+52+199=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 199 (78.12% from 255 or 54.08% from 368); Max value from RGB is 199 - color contains mainly: blue. Hex color #7534C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7534C7 is #8ACB38. Grayscale: #575757. Windows color (decimal): -9095993 or 13055093. OLE color: 13055093.
HSL color Cylindrical-coordinate representation of color #7534C7: hue angle of 266.53º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7534C7 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 52 | 199 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.22 |
| HSL | 266.53º | 0.59% | 0.49% | - |
| HSV(B) | 266.53º | 0.74% | 0.78% | - |
| XYZ | 18.87 | 10.36 | 55.04 | - |
| YUV | 88.19 | 190.53 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 199 | 0.41 | 0.74 | 0 | 0.22 | 266.53 | 0.59 | 0.49 |
| Hex | 75 | 34 | C7 | 29 | 4A | 0 | 16 | 10B | 3B | 31 |
| Octal | 165 | 64 | 307 | 51 | 112 | 0 | 26 | 413 | 73 | 61 |
| Binary | 1110101 | 110100 | 11000111 | 101001 | 1001010 | 0 | 10110 | 100001011 | 111011 | 110001 |
Color Harmonies of #7534C7
Complementary color
Monochromatic Colors of #7534C7
Black with #7534C7
Text Example
Text Example
White with #7534C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7534C7; }
p { color: rgb(117,52,199); }
H1.HeaderClassName
{
color: #7534C7;
}
.AnyTagClassName
{
color: #7534C7;
}
</style>
background-color css
<style>
a { background-color: #7534C7; }
a { background-color: rgb(117,52,199); }
div.DivClassName
{
background-color: #7534C7;
}
.BgClassName
{
background-color: #7534C7;
}
</style>
border-color css
<style>
span { border-color: #7534C7; }
span { border-color: rgb(117,52,199); }
td.TdClassName
{
border-color: #7534C7;
}
.TagClassName
{
border-color: #7534C7;
}
</style>