Shades of Purple Heart #751DC5
Tints of Purple Heart #751DC5
RGB
CMYK
RGB Variations
Color information
#751DC5 (or 0x751DC5) is known color: Purple Heart. HEX triplet: 75, 1D and C5. RGB value is (117,29,197). Sum of RGB (Red+Green+Blue) = 117+29+197=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 197 (77.34% from 255 or 57.43% from 343); Max value from RGB is 197 - color contains mainly: blue. Hex color #751DC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DC5 is #8AE23A. Grayscale: #494949. Windows color (decimal): -9101883 or 12918133. OLE color: 12918133.
HSL color Cylindrical-coordinate representation of color #751DC5: hue angle of 271.43º degrees, saturation: 0.74, 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 #751DC5 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 29 | 197 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.23 |
| HSL | 271.43º | 0.74% | 0.44% | - |
| HSV(B) | 271.43º | 0.85% | 0.77% | - |
| XYZ | 17.85 | 8.69 | 53.56 | - |
| YUV | 74.46 | 197.15 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 197 | 0.41 | 0.85 | 0 | 0.23 | 271.43 | 0.74 | 0.44 |
| Hex | 75 | 1D | C5 | 29 | 55 | 0 | 17 | 10F | 4A | 2C |
| Octal | 165 | 35 | 305 | 51 | 125 | 0 | 27 | 417 | 112 | 54 |
| Binary | 1110101 | 11101 | 11000101 | 101001 | 1010101 | 0 | 10111 | 100001111 | 1001010 | 101100 |
Color Harmonies of #751DC5
Complementary color
Monochromatic Colors of #751DC5
Black with #751DC5
Text Example
Text Example
White with #751DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751DC5; }
p { color: rgb(117,29,197); }
H1.HeaderClassName
{
color: #751DC5;
}
.AnyTagClassName
{
color: #751DC5;
}
</style>
background-color css
<style>
a { background-color: #751DC5; }
a { background-color: rgb(117,29,197); }
div.DivClassName
{
background-color: #751DC5;
}
.BgClassName
{
background-color: #751DC5;
}
</style>
border-color css
<style>
span { border-color: #751DC5; }
span { border-color: rgb(117,29,197); }
td.TdClassName
{
border-color: #751DC5;
}
.TagClassName
{
border-color: #751DC5;
}
</style>