Shades of Purple Heart #7530BE
Tints of Purple Heart #7530BE
RGB
CMYK
RGB Variations
Color information
#7530BE (or 0x7530BE) is known color: Purple Heart. HEX triplet: 75, 30 and BE. RGB value is (117,48,190). Sum of RGB (Red+Green+Blue) = 117+48+190=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #7530BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7530BE is #8ACF41. Grayscale: #545454. Windows color (decimal): -9097026 or 12464245. OLE color: 12464245.
HSL color Cylindrical-coordinate representation of color #7530BE: hue angle of 269.15º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7530BE is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 48 | 190 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.25 |
| HSL | 269.15º | 0.6% | 0.47% | - |
| HSV(B) | 269.15º | 0.75% | 0.75% | - |
| XYZ | 17.69 | 9.61 | 49.64 | - |
| YUV | 84.82 | 187.36 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 190 | 0.38 | 0.75 | 0 | 0.25 | 269.15 | 0.6 | 0.47 |
| Hex | 75 | 30 | BE | 26 | 4B | 0 | 19 | 10D | 3C | 2F |
| Octal | 165 | 60 | 276 | 46 | 113 | 0 | 31 | 415 | 74 | 57 |
| Binary | 1110101 | 110000 | 10111110 | 100110 | 1001011 | 0 | 11001 | 100001101 | 111100 | 101111 |
Color Harmonies of #7530BE
Complementary color
Monochromatic Colors of #7530BE
Black with #7530BE
Text Example
Text Example
White with #7530BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7530BE; }
p { color: rgb(117,48,190); }
H1.HeaderClassName
{
color: #7530BE;
}
.AnyTagClassName
{
color: #7530BE;
}
</style>
background-color css
<style>
a { background-color: #7530BE; }
a { background-color: rgb(117,48,190); }
div.DivClassName
{
background-color: #7530BE;
}
.BgClassName
{
background-color: #7530BE;
}
</style>
border-color css
<style>
span { border-color: #7530BE; }
span { border-color: rgb(117,48,190); }
td.TdClassName
{
border-color: #7530BE;
}
.TagClassName
{
border-color: #7530BE;
}
</style>