Shades of Purple Heart #753EC6
Tints of Purple Heart #753EC6
RGB
CMYK
RGB Variations
Color information
#753EC6 (or 0x753EC6) is known color: Purple Heart. HEX triplet: 75, 3E and C6. RGB value is (117,62,198). Sum of RGB (Red+Green+Blue) = 117+62+198=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #753EC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753EC6 is #8AC139. Grayscale: #5D5D5D. Windows color (decimal): -9093434 or 12992117. OLE color: 12992117.
HSL color Cylindrical-coordinate representation of color #753EC6: hue angle of 264.26º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #753EC6 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 62 | 198 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.22 |
| HSL | 264.26º | 0.54% | 0.51% | - |
| HSV(B) | 264.26º | 0.69% | 0.78% | - |
| XYZ | 19.25 | 11.3 | 54.59 | - |
| YUV | 93.95 | 186.72 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 198 | 0.41 | 0.69 | 0 | 0.22 | 264.26 | 0.54 | 0.51 |
| Hex | 75 | 3E | C6 | 29 | 45 | 0 | 16 | 108 | 36 | 33 |
| Octal | 165 | 76 | 306 | 51 | 105 | 0 | 26 | 410 | 66 | 63 |
| Binary | 1110101 | 111110 | 11000110 | 101001 | 1000101 | 0 | 10110 | 100001000 | 110110 | 110011 |
Color Harmonies of #753EC6
Complementary color
Monochromatic Colors of #753EC6
Black with #753EC6
Text Example
Text Example
White with #753EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753EC6; }
p { color: rgb(117,62,198); }
H1.HeaderClassName
{
color: #753EC6;
}
.AnyTagClassName
{
color: #753EC6;
}
</style>
background-color css
<style>
a { background-color: #753EC6; }
a { background-color: rgb(117,62,198); }
div.DivClassName
{
background-color: #753EC6;
}
.BgClassName
{
background-color: #753EC6;
}
</style>
border-color css
<style>
span { border-color: #753EC6; }
span { border-color: rgb(117,62,198); }
td.TdClassName
{
border-color: #753EC6;
}
.TagClassName
{
border-color: #753EC6;
}
</style>