Shades of Purple Heart #751EC0
Tints of Purple Heart #751EC0
RGB
CMYK
RGB Variations
Color information
#751EC0 (or 0x751EC0) is known color: Purple Heart. HEX triplet: 75, 1E and C0. RGB value is (117,30,192). Sum of RGB (Red+Green+Blue) = 117+30+192=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #751EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751EC0 is #8AE13F. Grayscale: #494949. Windows color (decimal): -9101632 or 12590709. OLE color: 12590709.
HSL color Cylindrical-coordinate representation of color #751EC0: hue angle of 272.22º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751EC0 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 30 | 192 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.25 |
| HSL | 272.22º | 0.73% | 0.44% | - |
| HSV(B) | 272.22º | 0.84% | 0.75% | - |
| XYZ | 17.31 | 8.52 | 50.6 | - |
| YUV | 74.48 | 194.32 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 192 | 0.39 | 0.84 | 0 | 0.25 | 272.22 | 0.73 | 0.44 |
| Hex | 75 | 1E | C0 | 27 | 54 | 0 | 19 | 110 | 49 | 2C |
| Octal | 165 | 36 | 300 | 47 | 124 | 0 | 31 | 420 | 111 | 54 |
| Binary | 1110101 | 11110 | 11000000 | 100111 | 1010100 | 0 | 11001 | 100010000 | 1001001 | 101100 |
Color Harmonies of #751EC0
Complementary color
Monochromatic Colors of #751EC0
Black with #751EC0
Text Example
Text Example
White with #751EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751EC0; }
p { color: rgb(117,30,192); }
H1.HeaderClassName
{
color: #751EC0;
}
.AnyTagClassName
{
color: #751EC0;
}
</style>
background-color css
<style>
a { background-color: #751EC0; }
a { background-color: rgb(117,30,192); }
div.DivClassName
{
background-color: #751EC0;
}
.BgClassName
{
background-color: #751EC0;
}
</style>
border-color css
<style>
span { border-color: #751EC0; }
span { border-color: rgb(117,30,192); }
td.TdClassName
{
border-color: #751EC0;
}
.TagClassName
{
border-color: #751EC0;
}
</style>