Shades of Purple Heart #750FAB
Tints of Purple Heart #750FAB
RGB
CMYK
RGB Variations
Color information
#750FAB (or 0x750FAB) is known color: Purple Heart. HEX triplet: 75, 0F and AB. RGB value is (117,15,171). Sum of RGB (Red+Green+Blue) = 117+15+171=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #750FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750FAB is #8AF054. Grayscale: #3E3E3E. Windows color (decimal): -9105493 or 11210613. OLE color: 11210613.
HSL color Cylindrical-coordinate representation of color #750FAB: hue angle of 279.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750FAB is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 15 | 171 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.33 |
| HSL | 279.23º | 0.84% | 0.36% | - |
| HSV(B) | 279.23º | 0.91% | 0.67% | - |
| XYZ | 14.86 | 7.06 | 39.11 | - |
| YUV | 63.28 | 188.79 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 171 | 0.32 | 0.91 | 0 | 0.33 | 279.23 | 0.84 | 0.36 |
| Hex | 75 | F | AB | 20 | 5B | 0 | 21 | 117 | 54 | 24 |
| Octal | 165 | 17 | 253 | 40 | 133 | 0 | 41 | 427 | 124 | 44 |
| Binary | 1110101 | 1111 | 10101011 | 100000 | 1011011 | 0 | 100001 | 100010111 | 1010100 | 100100 |
Color Harmonies of #750FAB
Complementary color
Monochromatic Colors of #750FAB
Black with #750FAB
Text Example
Text Example
White with #750FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750FAB; }
p { color: rgb(117,15,171); }
H1.HeaderClassName
{
color: #750FAB;
}
.AnyTagClassName
{
color: #750FAB;
}
</style>
background-color css
<style>
a { background-color: #750FAB; }
a { background-color: rgb(117,15,171); }
div.DivClassName
{
background-color: #750FAB;
}
.BgClassName
{
background-color: #750FAB;
}
</style>
border-color css
<style>
span { border-color: #750FAB; }
span { border-color: rgb(117,15,171); }
td.TdClassName
{
border-color: #750FAB;
}
.TagClassName
{
border-color: #750FAB;
}
</style>