Shades of Purple Heart #751ED2
Tints of Purple Heart #751ED2
RGB
CMYK
RGB Variations
Color information
#751ED2 (or 0x751ED2) is known color: Purple Heart. HEX triplet: 75, 1E and D2. RGB value is (117,30,210). Sum of RGB (Red+Green+Blue) = 117+30+210=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 210 (82.42% from 255 or 58.82% from 357); Max value from RGB is 210 - color contains mainly: blue. Hex color #751ED2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751ED2 is #8AE12D. Grayscale: #4B4B4B. Windows color (decimal): -9101614 or 13770357. OLE color: 13770357.
HSL color Cylindrical-coordinate representation of color #751ED2: hue angle of 269º 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 #751ED2 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 30 | 210 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.18 |
| HSL | 269º | 0.75% | 0.47% | - |
| HSV(B) | 269º | 0.86% | 0.82% | - |
| XYZ | 19.43 | 9.36 | 61.76 | - |
| YUV | 76.53 | 203.32 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 210 | 0.44 | 0.86 | 0 | 0.18 | 269 | 0.75 | 0.47 |
| Hex | 75 | 1E | D2 | 2C | 56 | 0 | 12 | 10D | 4B | 2F |
| Octal | 165 | 36 | 322 | 54 | 126 | 0 | 22 | 415 | 113 | 57 |
| Binary | 1110101 | 11110 | 11010010 | 101100 | 1010110 | 0 | 10010 | 100001101 | 1001011 | 101111 |
Color Harmonies of #751ED2
Complementary color
Monochromatic Colors of #751ED2
Black with #751ED2
Text Example
Text Example
White with #751ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751ED2; }
p { color: rgb(117,30,210); }
H1.HeaderClassName
{
color: #751ED2;
}
.AnyTagClassName
{
color: #751ED2;
}
</style>
background-color css
<style>
a { background-color: #751ED2; }
a { background-color: rgb(117,30,210); }
div.DivClassName
{
background-color: #751ED2;
}
.BgClassName
{
background-color: #751ED2;
}
</style>
border-color css
<style>
span { border-color: #751ED2; }
span { border-color: rgb(117,30,210); }
td.TdClassName
{
border-color: #751ED2;
}
.TagClassName
{
border-color: #751ED2;
}
</style>