Shades of Purple Heart #751EC4
Tints of Purple Heart #751EC4
RGB
CMYK
RGB Variations
Color information
#751EC4 (or 0x751EC4) is known color: Purple Heart. HEX triplet: 75, 1E and C4. RGB value is (117,30,196). Sum of RGB (Red+Green+Blue) = 117+30+196=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 196 (76.95% from 255 or 57.14% from 343); Max value from RGB is 196 - color contains mainly: blue. Hex color #751EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751EC4 is #8AE13B. Grayscale: #4A4A4A. Windows color (decimal): -9101628 or 12852853. OLE color: 12852853.
HSL color Cylindrical-coordinate representation of color #751EC4: hue angle of 271.45º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751EC4 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 30 | 196 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.23 |
| HSL | 271.45º | 0.73% | 0.44% | - |
| HSV(B) | 271.45º | 0.85% | 0.77% | - |
| XYZ | 17.76 | 8.7 | 52.97 | - |
| YUV | 74.94 | 196.32 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 196 | 0.40 | 0.85 | 0 | 0.23 | 271.45 | 0.73 | 0.44 |
| Hex | 75 | 1E | C4 | 28 | 55 | 0 | 17 | 10F | 49 | 2C |
| Octal | 165 | 36 | 304 | 50 | 125 | 0 | 27 | 417 | 111 | 54 |
| Binary | 1110101 | 11110 | 11000100 | 101000 | 1010101 | 0 | 10111 | 100001111 | 1001001 | 101100 |
Color Harmonies of #751EC4
Complementary color
Monochromatic Colors of #751EC4
Black with #751EC4
Text Example
Text Example
White with #751EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751EC4; }
p { color: rgb(117,30,196); }
H1.HeaderClassName
{
color: #751EC4;
}
.AnyTagClassName
{
color: #751EC4;
}
</style>
background-color css
<style>
a { background-color: #751EC4; }
a { background-color: rgb(117,30,196); }
div.DivClassName
{
background-color: #751EC4;
}
.BgClassName
{
background-color: #751EC4;
}
</style>
border-color css
<style>
span { border-color: #751EC4; }
span { border-color: rgb(117,30,196); }
td.TdClassName
{
border-color: #751EC4;
}
.TagClassName
{
border-color: #751EC4;
}
</style>