Shades of Purple Heart #750DBB
Tints of Purple Heart #750DBB
RGB
CMYK
RGB Variations
Color information
#750DBB (or 0x750DBB) is known color: Purple Heart. HEX triplet: 75, 0D and BB. RGB value is (117,13,187). Sum of RGB (Red+Green+Blue) = 117+13+187=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #750DBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DBB is #8AF244. Grayscale: #3F3F3F. Windows color (decimal): -9105989 or 12258677. OLE color: 12258677.
HSL color Cylindrical-coordinate representation of color #750DBB: hue angle of 275.86º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750DBB is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 13 | 187 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.27 |
| HSL | 275.86º | 0.87% | 0.39% | - |
| HSV(B) | 275.86º | 0.93% | 0.73% | - |
| XYZ | 16.45 | 7.66 | 47.62 | - |
| YUV | 63.93 | 197.46 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 187 | 0.37 | 0.93 | 0 | 0.27 | 275.86 | 0.87 | 0.39 |
| Hex | 75 | D | BB | 25 | 5D | 0 | 1B | 114 | 57 | 27 |
| Octal | 165 | 15 | 273 | 45 | 135 | 0 | 33 | 424 | 127 | 47 |
| Binary | 1110101 | 1101 | 10111011 | 100101 | 1011101 | 0 | 11011 | 100010100 | 1010111 | 100111 |
Color Harmonies of #750DBB
Complementary color
Monochromatic Colors of #750DBB
Black with #750DBB
Text Example
Text Example
White with #750DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750DBB; }
p { color: rgb(117,13,187); }
H1.HeaderClassName
{
color: #750DBB;
}
.AnyTagClassName
{
color: #750DBB;
}
</style>
background-color css
<style>
a { background-color: #750DBB; }
a { background-color: rgb(117,13,187); }
div.DivClassName
{
background-color: #750DBB;
}
.BgClassName
{
background-color: #750DBB;
}
</style>
border-color css
<style>
span { border-color: #750DBB; }
span { border-color: rgb(117,13,187); }
td.TdClassName
{
border-color: #750DBB;
}
.TagClassName
{
border-color: #750DBB;
}
</style>