Shades of Purple Heart #7511BE
Tints of Purple Heart #7511BE
RGB
CMYK
RGB Variations
Color information
#7511BE (or 0x7511BE) is known color: Purple Heart. HEX triplet: 75, 11 and BE. RGB value is (117,17,190). Sum of RGB (Red+Green+Blue) = 117+17+190=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #7511BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7511BE is #8AEE41. Grayscale: #424242. Windows color (decimal): -9104962 or 12456309. OLE color: 12456309.
HSL color Cylindrical-coordinate representation of color #7511BE: hue angle of 274.68º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7511BE is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 17 | 190 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.25 |
| HSL | 274.68º | 0.84% | 0.41% | - |
| HSV(B) | 274.68º | 0.91% | 0.75% | - |
| XYZ | 16.83 | 7.9 | 49.35 | - |
| YUV | 66.62 | 197.63 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 190 | 0.38 | 0.91 | 0 | 0.25 | 274.68 | 0.84 | 0.41 |
| Hex | 75 | 11 | BE | 26 | 5B | 0 | 19 | 113 | 54 | 29 |
| Octal | 165 | 21 | 276 | 46 | 133 | 0 | 31 | 423 | 124 | 51 |
| Binary | 1110101 | 10001 | 10111110 | 100110 | 1011011 | 0 | 11001 | 100010011 | 1010100 | 101001 |
Color Harmonies of #7511BE
Complementary color
Monochromatic Colors of #7511BE
Black with #7511BE
Text Example
Text Example
White with #7511BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7511BE; }
p { color: rgb(117,17,190); }
H1.HeaderClassName
{
color: #7511BE;
}
.AnyTagClassName
{
color: #7511BE;
}
</style>
background-color css
<style>
a { background-color: #7511BE; }
a { background-color: rgb(117,17,190); }
div.DivClassName
{
background-color: #7511BE;
}
.BgClassName
{
background-color: #7511BE;
}
</style>
border-color css
<style>
span { border-color: #7511BE; }
span { border-color: rgb(117,17,190); }
td.TdClassName
{
border-color: #7511BE;
}
.TagClassName
{
border-color: #7511BE;
}
</style>