Shades of Purple Heart #750FC9
Tints of Purple Heart #750FC9
RGB
CMYK
RGB Variations
Color information
#750FC9 (or 0x750FC9) is known color: Purple Heart. HEX triplet: 75, 0F and C9. RGB value is (117,15,201). Sum of RGB (Red+Green+Blue) = 117+15+201=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 201 (78.91% from 255 or 60.36% from 333); Max value from RGB is 201 - color contains mainly: blue. Hex color #750FC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750FC9 is #8AF036. Grayscale: #424242. Windows color (decimal): -9105463 or 13176693. OLE color: 13176693.
HSL color Cylindrical-coordinate representation of color #750FC9: hue angle of 272.9º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750FC9 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 15 | 201 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.21 |
| HSL | 272.9º | 0.86% | 0.42% | - |
| HSV(B) | 272.9º | 0.93% | 0.79% | - |
| XYZ | 18.05 | 8.34 | 55.92 | - |
| YUV | 66.7 | 203.79 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 201 | 0.42 | 0.93 | 0 | 0.21 | 272.9 | 0.86 | 0.42 |
| Hex | 75 | F | C9 | 2A | 5D | 0 | 15 | 111 | 56 | 2A |
| Octal | 165 | 17 | 311 | 52 | 135 | 0 | 25 | 421 | 126 | 52 |
| Binary | 1110101 | 1111 | 11001001 | 101010 | 1011101 | 0 | 10101 | 100010001 | 1010110 | 101010 |
Color Harmonies of #750FC9
Complementary color
Monochromatic Colors of #750FC9
Black with #750FC9
Text Example
Text Example
White with #750FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750FC9; }
p { color: rgb(117,15,201); }
H1.HeaderClassName
{
color: #750FC9;
}
.AnyTagClassName
{
color: #750FC9;
}
</style>
background-color css
<style>
a { background-color: #750FC9; }
a { background-color: rgb(117,15,201); }
div.DivClassName
{
background-color: #750FC9;
}
.BgClassName
{
background-color: #750FC9;
}
</style>
border-color css
<style>
span { border-color: #750FC9; }
span { border-color: rgb(117,15,201); }
td.TdClassName
{
border-color: #750FC9;
}
.TagClassName
{
border-color: #750FC9;
}
</style>