Shades of Purple Heart #7535CF
Tints of Purple Heart #7535CF
RGB
CMYK
RGB Variations
Color information
#7535CF (or 0x7535CF) is known color: Purple Heart. HEX triplet: 75, 35 and CF. RGB value is (117,53,207). Sum of RGB (Red+Green+Blue) = 117+53+207=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #7535CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535CF is #8ACA30. Grayscale: #595959. Windows color (decimal): -9095729 or 13579637. OLE color: 13579637.
HSL color Cylindrical-coordinate representation of color #7535CF: hue angle of 264.94º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7535CF is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 53 | 207 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.19 |
| HSL | 264.94º | 0.62% | 0.51% | - |
| HSV(B) | 264.94º | 0.74% | 0.81% | - |
| XYZ | 19.87 | 10.83 | 60.08 | - |
| YUV | 89.69 | 194.2 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 207 | 0.43 | 0.74 | 0 | 0.19 | 264.94 | 0.62 | 0.51 |
| Hex | 75 | 35 | CF | 2B | 4A | 0 | 13 | 109 | 3E | 33 |
| Octal | 165 | 65 | 317 | 53 | 112 | 0 | 23 | 411 | 76 | 63 |
| Binary | 1110101 | 110101 | 11001111 | 101011 | 1001010 | 0 | 10011 | 100001001 | 111110 | 110011 |
Color Harmonies of #7535CF
Complementary color
Monochromatic Colors of #7535CF
Black with #7535CF
Text Example
Text Example
White with #7535CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7535CF; }
p { color: rgb(117,53,207); }
H1.HeaderClassName
{
color: #7535CF;
}
.AnyTagClassName
{
color: #7535CF;
}
</style>
background-color css
<style>
a { background-color: #7535CF; }
a { background-color: rgb(117,53,207); }
div.DivClassName
{
background-color: #7535CF;
}
.BgClassName
{
background-color: #7535CF;
}
</style>
border-color css
<style>
span { border-color: #7535CF; }
span { border-color: rgb(117,53,207); }
td.TdClassName
{
border-color: #7535CF;
}
.TagClassName
{
border-color: #7535CF;
}
</style>