Shades of Purple Heart #7510B2
Tints of Purple Heart #7510B2
RGB
CMYK
RGB Variations
Color information
#7510B2 (or 0x7510B2) is known color: Purple Heart. HEX triplet: 75, 10 and B2. RGB value is (117,16,178). Sum of RGB (Red+Green+Blue) = 117+16+178=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 178 (69.92% from 255 or 57.23% from 311); Max value from RGB is 178 - color contains mainly: blue. Hex color #7510B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7510B2 is #8AEF4D. Grayscale: #404040. Windows color (decimal): -9105230 or 11669621. OLE color: 11669621.
HSL color Cylindrical-coordinate representation of color #7510B2: hue angle of 277.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7510B2 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 16 | 178 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.30 |
| HSL | 277.41º | 0.84% | 0.38% | - |
| HSV(B) | 277.41º | 0.91% | 0.7% | - |
| XYZ | 15.56 | 7.37 | 42.72 | - |
| YUV | 64.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 16 | 178 | 0.34 | 0.91 | 0 | 0.30 | 277.41 | 0.84 | 0.38 |
| Hex | 75 | 10 | B2 | 22 | 5B | 0 | 1E | 115 | 54 | 26 |
| Octal | 165 | 20 | 262 | 42 | 133 | 0 | 36 | 425 | 124 | 46 |
| Binary | 1110101 | 10000 | 10110010 | 100010 | 1011011 | 0 | 11110 | 100010101 | 1010100 | 100110 |
Color Harmonies of #7510B2
Complementary color
Monochromatic Colors of #7510B2
Black with #7510B2
Text Example
Text Example
White with #7510B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7510B2; }
p { color: rgb(117,16,178); }
H1.HeaderClassName
{
color: #7510B2;
}
.AnyTagClassName
{
color: #7510B2;
}
</style>
background-color css
<style>
a { background-color: #7510B2; }
a { background-color: rgb(117,16,178); }
div.DivClassName
{
background-color: #7510B2;
}
.BgClassName
{
background-color: #7510B2;
}
</style>
border-color css
<style>
span { border-color: #7510B2; }
span { border-color: rgb(117,16,178); }
td.TdClassName
{
border-color: #7510B2;
}
.TagClassName
{
border-color: #7510B2;
}
</style>