Shades of Purple Heart #753EC0
Tints of Purple Heart #753EC0
RGB
CMYK
RGB Variations
Color information
#753EC0 (or 0x753EC0) is known color: Purple Heart. HEX triplet: 75, 3E and C0. RGB value is (117,62,192). Sum of RGB (Red+Green+Blue) = 117+62+192=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #753EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753EC0 is #8AC13F. Grayscale: #5C5C5C. Windows color (decimal): -9093440 or 12598901. OLE color: 12598901.
HSL color Cylindrical-coordinate representation of color #753EC0: hue angle of 265.38º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #753EC0 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 62 | 192 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.25 |
| HSL | 265.38º | 0.51% | 0.5% | - |
| HSV(B) | 265.38º | 0.68% | 0.75% | - |
| XYZ | 18.57 | 11.03 | 51.02 | - |
| YUV | 93.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 192 | 0.39 | 0.68 | 0 | 0.25 | 265.38 | 0.51 | 0.5 |
| Hex | 75 | 3E | C0 | 27 | 44 | 0 | 19 | 109 | 33 | 32 |
| Octal | 165 | 76 | 300 | 47 | 104 | 0 | 31 | 411 | 63 | 62 |
| Binary | 1110101 | 111110 | 11000000 | 100111 | 1000100 | 0 | 11001 | 100001001 | 110011 | 110010 |
Color Harmonies of #753EC0
Complementary color
Monochromatic Colors of #753EC0
Black with #753EC0
Text Example
Text Example
White with #753EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753EC0; }
p { color: rgb(117,62,192); }
H1.HeaderClassName
{
color: #753EC0;
}
.AnyTagClassName
{
color: #753EC0;
}
</style>
background-color css
<style>
a { background-color: #753EC0; }
a { background-color: rgb(117,62,192); }
div.DivClassName
{
background-color: #753EC0;
}
.BgClassName
{
background-color: #753EC0;
}
</style>
border-color css
<style>
span { border-color: #753EC0; }
span { border-color: rgb(117,62,192); }
td.TdClassName
{
border-color: #753EC0;
}
.TagClassName
{
border-color: #753EC0;
}
</style>