Shades of Purple Heart #7512BC
Tints of Purple Heart #7512BC
RGB
CMYK
RGB Variations
Color information
#7512BC (or 0x7512BC) is known color: Purple Heart. HEX triplet: 75, 12 and BC. RGB value is (117,18,188). Sum of RGB (Red+Green+Blue) = 117+18+188=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #7512BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7512BC is #8AED43. Grayscale: #424242. Windows color (decimal): -9104708 or 12325493. OLE color: 12325493.
HSL color Cylindrical-coordinate representation of color #7512BC: hue angle of 274.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7512BC is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 18 | 188 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.26 |
| HSL | 274.94º | 0.83% | 0.4% | - |
| HSV(B) | 274.94º | 0.9% | 0.74% | - |
| XYZ | 16.63 | 7.85 | 48.21 | - |
| YUV | 66.98 | 196.3 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 188 | 0.38 | 0.90 | 0 | 0.26 | 274.94 | 0.83 | 0.4 |
| Hex | 75 | 12 | BC | 26 | 5A | 0 | 1A | 113 | 53 | 28 |
| Octal | 165 | 22 | 274 | 46 | 132 | 0 | 32 | 423 | 123 | 50 |
| Binary | 1110101 | 10010 | 10111100 | 100110 | 1011010 | 0 | 11010 | 100010011 | 1010011 | 101000 |
Color Harmonies of #7512BC
Complementary color
Monochromatic Colors of #7512BC
Black with #7512BC
Text Example
Text Example
White with #7512BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7512BC; }
p { color: rgb(117,18,188); }
H1.HeaderClassName
{
color: #7512BC;
}
.AnyTagClassName
{
color: #7512BC;
}
</style>
background-color css
<style>
a { background-color: #7512BC; }
a { background-color: rgb(117,18,188); }
div.DivClassName
{
background-color: #7512BC;
}
.BgClassName
{
background-color: #7512BC;
}
</style>
border-color css
<style>
span { border-color: #7512BC; }
span { border-color: rgb(117,18,188); }
td.TdClassName
{
border-color: #7512BC;
}
.TagClassName
{
border-color: #7512BC;
}
</style>