Shades of Purple Heart #7535BD
Tints of Purple Heart #7535BD
RGB
CMYK
RGB Variations
Color information
#7535BD (or 0x7535BD) is known color: Purple Heart. HEX triplet: 75, 35 and BD. RGB value is (117,53,189). Sum of RGB (Red+Green+Blue) = 117+53+189=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #7535BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535BD is #8ACA42. Grayscale: #575757. Windows color (decimal): -9095747 or 12399989. OLE color: 12399989.
HSL color Cylindrical-coordinate representation of color #7535BD: hue angle of 268.24º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7535BD is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 53 | 189 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.26 |
| HSL | 268.24º | 0.56% | 0.47% | - |
| HSV(B) | 268.24º | 0.72% | 0.74% | - |
| XYZ | 17.79 | 10 | 49.14 | - |
| YUV | 87.64 | 185.2 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 189 | 0.38 | 0.72 | 0 | 0.26 | 268.24 | 0.56 | 0.47 |
| Hex | 75 | 35 | BD | 26 | 48 | 0 | 1A | 10C | 38 | 2F |
| Octal | 165 | 65 | 275 | 46 | 110 | 0 | 32 | 414 | 70 | 57 |
| Binary | 1110101 | 110101 | 10111101 | 100110 | 1001000 | 0 | 11010 | 100001100 | 111000 | 101111 |
Color Harmonies of #7535BD
Complementary color
Monochromatic Colors of #7535BD
Black with #7535BD
Text Example
Text Example
White with #7535BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7535BD; }
p { color: rgb(117,53,189); }
H1.HeaderClassName
{
color: #7535BD;
}
.AnyTagClassName
{
color: #7535BD;
}
</style>
background-color css
<style>
a { background-color: #7535BD; }
a { background-color: rgb(117,53,189); }
div.DivClassName
{
background-color: #7535BD;
}
.BgClassName
{
background-color: #7535BD;
}
</style>
border-color css
<style>
span { border-color: #7535BD; }
span { border-color: rgb(117,53,189); }
td.TdClassName
{
border-color: #7535BD;
}
.TagClassName
{
border-color: #7535BD;
}
</style>