Shades of Purple Heart #751DCE
Tints of Purple Heart #751DCE
RGB
CMYK
RGB Variations
Color information
#751DCE (or 0x751DCE) is known color: Purple Heart. HEX triplet: 75, 1D and CE. RGB value is (117,29,206). Sum of RGB (Red+Green+Blue) = 117+29+206=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #751DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DCE is #8AE231. Grayscale: #4A4A4A. Windows color (decimal): -9101874 or 13507957. OLE color: 13507957.
HSL color Cylindrical-coordinate representation of color #751DCE: hue angle of 269.83º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751DCE is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 29 | 206 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.19 |
| HSL | 269.83º | 0.75% | 0.46% | - |
| HSV(B) | 269.83º | 0.86% | 0.81% | - |
| XYZ | 18.92 | 9.12 | 59.16 | - |
| YUV | 75.49 | 201.65 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 206 | 0.43 | 0.86 | 0 | 0.19 | 269.83 | 0.75 | 0.46 |
| Hex | 75 | 1D | CE | 2B | 56 | 0 | 13 | 10E | 4B | 2E |
| Octal | 165 | 35 | 316 | 53 | 126 | 0 | 23 | 416 | 113 | 56 |
| Binary | 1110101 | 11101 | 11001110 | 101011 | 1010110 | 0 | 10011 | 100001110 | 1001011 | 101110 |
Color Harmonies of #751DCE
Complementary color
Monochromatic Colors of #751DCE
Black with #751DCE
Text Example
Text Example
White with #751DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751DCE; }
p { color: rgb(117,29,206); }
H1.HeaderClassName
{
color: #751DCE;
}
.AnyTagClassName
{
color: #751DCE;
}
</style>
background-color css
<style>
a { background-color: #751DCE; }
a { background-color: rgb(117,29,206); }
div.DivClassName
{
background-color: #751DCE;
}
.BgClassName
{
background-color: #751DCE;
}
</style>
border-color css
<style>
span { border-color: #751DCE; }
span { border-color: rgb(117,29,206); }
td.TdClassName
{
border-color: #751DCE;
}
.TagClassName
{
border-color: #751DCE;
}
</style>