Shades of Purple Heart #750DB6
Tints of Purple Heart #750DB6
RGB
CMYK
RGB Variations
Color information
#750DB6 (or 0x750DB6) is known color: Purple Heart. HEX triplet: 75, 0D and B6. RGB value is (117,13,182). Sum of RGB (Red+Green+Blue) = 117+13+182=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 182 (71.48% from 255 or 58.33% from 312); Max value from RGB is 182 - color contains mainly: blue. Hex color #750DB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DB6 is #8AF249. Grayscale: #3E3E3E. Windows color (decimal): -9105994 or 11930997. OLE color: 11930997.
HSL color Cylindrical-coordinate representation of color #750DB6: hue angle of 276.92º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750DB6 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 13 | 182 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.29 |
| HSL | 276.92º | 0.87% | 0.38% | - |
| HSV(B) | 276.92º | 0.93% | 0.71% | - |
| XYZ | 15.92 | 7.45 | 44.85 | - |
| YUV | 63.36 | 194.96 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 182 | 0.36 | 0.93 | 0 | 0.29 | 276.92 | 0.87 | 0.38 |
| Hex | 75 | D | B6 | 24 | 5D | 0 | 1D | 115 | 57 | 26 |
| Octal | 165 | 15 | 266 | 44 | 135 | 0 | 35 | 425 | 127 | 46 |
| Binary | 1110101 | 1101 | 10110110 | 100100 | 1011101 | 0 | 11101 | 100010101 | 1010111 | 100110 |
Color Harmonies of #750DB6
Complementary color
Monochromatic Colors of #750DB6
Black with #750DB6
Text Example
Text Example
White with #750DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750DB6; }
p { color: rgb(117,13,182); }
H1.HeaderClassName
{
color: #750DB6;
}
.AnyTagClassName
{
color: #750DB6;
}
</style>
background-color css
<style>
a { background-color: #750DB6; }
a { background-color: rgb(117,13,182); }
div.DivClassName
{
background-color: #750DB6;
}
.BgClassName
{
background-color: #750DB6;
}
</style>
border-color css
<style>
span { border-color: #750DB6; }
span { border-color: rgb(117,13,182); }
td.TdClassName
{
border-color: #750DB6;
}
.TagClassName
{
border-color: #750DB6;
}
</style>