Shades of Purple Heart #751ED0
Tints of Purple Heart #751ED0
RGB
CMYK
RGB Variations
Color information
#751ED0 (or 0x751ED0) is known color: Purple Heart. HEX triplet: 75, 1E and D0. RGB value is (117,30,208). Sum of RGB (Red+Green+Blue) = 117+30+208=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 208 (81.64% from 255 or 58.59% from 355); Max value from RGB is 208 - color contains mainly: blue. Hex color #751ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751ED0 is #8AE12F. Grayscale: #4B4B4B. Windows color (decimal): -9101616 or 13639285. OLE color: 13639285.
HSL color Cylindrical-coordinate representation of color #751ED0: hue angle of 269.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751ED0 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 30 | 208 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.18 |
| HSL | 269.33º | 0.75% | 0.47% | - |
| HSV(B) | 269.33º | 0.86% | 0.82% | - |
| XYZ | 19.19 | 9.26 | 60.45 | - |
| YUV | 76.31 | 202.32 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 208 | 0.44 | 0.86 | 0 | 0.18 | 269.33 | 0.75 | 0.47 |
| Hex | 75 | 1E | D0 | 2C | 56 | 0 | 12 | 10D | 4B | 2F |
| Octal | 165 | 36 | 320 | 54 | 126 | 0 | 22 | 415 | 113 | 57 |
| Binary | 1110101 | 11110 | 11010000 | 101100 | 1010110 | 0 | 10010 | 100001101 | 1001011 | 101111 |
Color Harmonies of #751ED0
Complementary color
Monochromatic Colors of #751ED0
Black with #751ED0
Text Example
Text Example
White with #751ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751ED0; }
p { color: rgb(117,30,208); }
H1.HeaderClassName
{
color: #751ED0;
}
.AnyTagClassName
{
color: #751ED0;
}
</style>
background-color css
<style>
a { background-color: #751ED0; }
a { background-color: rgb(117,30,208); }
div.DivClassName
{
background-color: #751ED0;
}
.BgClassName
{
background-color: #751ED0;
}
</style>
border-color css
<style>
span { border-color: #751ED0; }
span { border-color: rgb(117,30,208); }
td.TdClassName
{
border-color: #751ED0;
}
.TagClassName
{
border-color: #751ED0;
}
</style>