Shades of Purple Heart #751DC3
Tints of Purple Heart #751DC3
RGB
CMYK
RGB Variations
Color information
#751DC3 (or 0x751DC3) is known color: Purple Heart. HEX triplet: 75, 1D and C3. RGB value is (117,29,195). Sum of RGB (Red+Green+Blue) = 117+29+195=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 195 (76.56% from 255 or 57.18% from 341); Max value from RGB is 195 - color contains mainly: blue. Hex color #751DC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DC3 is #8AE23C. Grayscale: #494949. Windows color (decimal): -9101885 or 12787061. OLE color: 12787061.
HSL color Cylindrical-coordinate representation of color #751DC3: hue angle of 271.81º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751DC3 is Cyan = 0.4, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 29 | 195 | - |
| CMYK | 0.4 | 0.85 | 0 | 0.24 |
| HSL | 271.81º | 0.74% | 0.44% | - |
| HSV(B) | 271.81º | 0.85% | 0.76% | - |
| XYZ | 17.63 | 8.6 | 52.36 | - |
| YUV | 74.24 | 196.15 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 195 | 0.4 | 0.85 | 0 | 0.24 | 271.81 | 0.74 | 0.44 |
| Hex | 75 | 1D | C3 | 28 | 55 | 0 | 18 | 110 | 4A | 2C |
| Octal | 165 | 35 | 303 | 50 | 125 | 0 | 30 | 420 | 112 | 54 |
| Binary | 1110101 | 11101 | 11000011 | 101000 | 1010101 | 0 | 11000 | 100010000 | 1001010 | 101100 |
Color Harmonies of #751DC3
Complementary color
Monochromatic Colors of #751DC3
Black with #751DC3
Text Example
Text Example
White with #751DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751DC3; }
p { color: rgb(117,29,195); }
H1.HeaderClassName
{
color: #751DC3;
}
.AnyTagClassName
{
color: #751DC3;
}
</style>
background-color css
<style>
a { background-color: #751DC3; }
a { background-color: rgb(117,29,195); }
div.DivClassName
{
background-color: #751DC3;
}
.BgClassName
{
background-color: #751DC3;
}
</style>
border-color css
<style>
span { border-color: #751DC3; }
span { border-color: rgb(117,29,195); }
td.TdClassName
{
border-color: #751DC3;
}
.TagClassName
{
border-color: #751DC3;
}
</style>