Shades of Purple Heart #751ECC
Tints of Purple Heart #751ECC
RGB
CMYK
RGB Variations
Color information
#751ECC (or 0x751ECC) is known color: Purple Heart. HEX triplet: 75, 1E and CC. RGB value is (117,30,204). Sum of RGB (Red+Green+Blue) = 117+30+204=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #751ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751ECC is #8AE133. Grayscale: #4B4B4B. Windows color (decimal): -9101620 or 13377141. OLE color: 13377141.
HSL color Cylindrical-coordinate representation of color #751ECC: hue angle of 270º 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 #751ECC is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 30 | 204 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.2 |
| HSL | 270º | 0.74% | 0.46% | - |
| HSV(B) | 270º | 0.85% | 0.8% | - |
| XYZ | 18.7 | 9.07 | 57.89 | - |
| YUV | 75.85 | 200.32 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 204 | 0.43 | 0.85 | 0 | 0.2 | 270 | 0.74 | 0.46 |
| Hex | 75 | 1E | CC | 2B | 55 | 0 | 14 | 10E | 4A | 2E |
| Octal | 165 | 36 | 314 | 53 | 125 | 0 | 24 | 416 | 112 | 56 |
| Binary | 1110101 | 11110 | 11001100 | 101011 | 1010101 | 0 | 10100 | 100001110 | 1001010 | 101110 |
Color Harmonies of #751ECC
Complementary color
Monochromatic Colors of #751ECC
Black with #751ECC
Text Example
Text Example
White with #751ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751ECC; }
p { color: rgb(117,30,204); }
H1.HeaderClassName
{
color: #751ECC;
}
.AnyTagClassName
{
color: #751ECC;
}
</style>
background-color css
<style>
a { background-color: #751ECC; }
a { background-color: rgb(117,30,204); }
div.DivClassName
{
background-color: #751ECC;
}
.BgClassName
{
background-color: #751ECC;
}
</style>
border-color css
<style>
span { border-color: #751ECC; }
span { border-color: rgb(117,30,204); }
td.TdClassName
{
border-color: #751ECC;
}
.TagClassName
{
border-color: #751ECC;
}
</style>