Shades of Purple Heart #7535C4
Tints of Purple Heart #7535C4
RGB
CMYK
RGB Variations
Color information
#7535C4 (or 0x7535C4) is known color: Purple Heart. HEX triplet: 75, 35 and C4. RGB value is (117,53,196). Sum of RGB (Red+Green+Blue) = 117+53+196=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 196 (76.95% from 255 or 53.55% from 366); Max value from RGB is 196 - color contains mainly: blue. Hex color #7535C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535C4 is #8ACA3B. Grayscale: #575757. Windows color (decimal): -9095740 or 12858741. OLE color: 12858741.
HSL color Cylindrical-coordinate representation of color #7535C4: hue angle of 266.85º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7535C4 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 53 | 196 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.23 |
| HSL | 266.85º | 0.57% | 0.49% | - |
| HSV(B) | 266.85º | 0.73% | 0.77% | - |
| XYZ | 18.57 | 10.31 | 53.24 | - |
| YUV | 88.44 | 188.7 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 196 | 0.40 | 0.73 | 0 | 0.23 | 266.85 | 0.57 | 0.49 |
| Hex | 75 | 35 | C4 | 28 | 49 | 0 | 17 | 10B | 39 | 31 |
| Octal | 165 | 65 | 304 | 50 | 111 | 0 | 27 | 413 | 71 | 61 |
| Binary | 1110101 | 110101 | 11000100 | 101000 | 1001001 | 0 | 10111 | 100001011 | 111001 | 110001 |
Color Harmonies of #7535C4
Complementary color
Monochromatic Colors of #7535C4
Black with #7535C4
Text Example
Text Example
White with #7535C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7535C4; }
p { color: rgb(117,53,196); }
H1.HeaderClassName
{
color: #7535C4;
}
.AnyTagClassName
{
color: #7535C4;
}
</style>
background-color css
<style>
a { background-color: #7535C4; }
a { background-color: rgb(117,53,196); }
div.DivClassName
{
background-color: #7535C4;
}
.BgClassName
{
background-color: #7535C4;
}
</style>
border-color css
<style>
span { border-color: #7535C4; }
span { border-color: rgb(117,53,196); }
td.TdClassName
{
border-color: #7535C4;
}
.TagClassName
{
border-color: #7535C4;
}
</style>