Shades of Purple Heart #751FCC
Tints of Purple Heart #751FCC
RGB
CMYK
RGB Variations
Color information
#751FCC (or 0x751FCC) is known color: Purple Heart. HEX triplet: 75, 1F and CC. RGB value is (117,31,204). Sum of RGB (Red+Green+Blue) = 117+31+204=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #751FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751FCC is #8AE033. Grayscale: #4B4B4B. Windows color (decimal): -9101364 or 13377397. OLE color: 13377397.
HSL color Cylindrical-coordinate representation of color #751FCC: hue angle of 269.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751FCC is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 31 | 204 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.2 |
| HSL | 269.83º | 0.74% | 0.46% | - |
| HSV(B) | 269.83º | 0.85% | 0.8% | - |
| XYZ | 18.73 | 9.12 | 57.9 | - |
| YUV | 76.44 | 199.99 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 204 | 0.43 | 0.85 | 0 | 0.2 | 269.83 | 0.74 | 0.46 |
| Hex | 75 | 1F | CC | 2B | 55 | 0 | 14 | 10E | 4A | 2E |
| Octal | 165 | 37 | 314 | 53 | 125 | 0 | 24 | 416 | 112 | 56 |
| Binary | 1110101 | 11111 | 11001100 | 101011 | 1010101 | 0 | 10100 | 100001110 | 1001010 | 101110 |
Color Harmonies of #751FCC
Complementary color
Monochromatic Colors of #751FCC
Black with #751FCC
Text Example
Text Example
White with #751FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751FCC; }
p { color: rgb(117,31,204); }
H1.HeaderClassName
{
color: #751FCC;
}
.AnyTagClassName
{
color: #751FCC;
}
</style>
background-color css
<style>
a { background-color: #751FCC; }
a { background-color: rgb(117,31,204); }
div.DivClassName
{
background-color: #751FCC;
}
.BgClassName
{
background-color: #751FCC;
}
</style>
border-color css
<style>
span { border-color: #751FCC; }
span { border-color: rgb(117,31,204); }
td.TdClassName
{
border-color: #751FCC;
}
.TagClassName
{
border-color: #751FCC;
}
</style>