Shades of Purple Heart #753FC7
Tints of Purple Heart #753FC7
RGB
CMYK
RGB Variations
Color information
#753FC7 (or 0x753FC7) is known color: Purple Heart. HEX triplet: 75, 3F and C7. RGB value is (117,63,199). Sum of RGB (Red+Green+Blue) = 117+63+199=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 199 (78.12% from 255 or 52.51% from 379); Max value from RGB is 199 - color contains mainly: blue. Hex color #753FC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FC7 is #8AC038. Grayscale: #5E5E5E. Windows color (decimal): -9093177 or 13057909. OLE color: 13057909.
HSL color Cylindrical-coordinate representation of color #753FC7: hue angle of 263.82º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #753FC7 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 63 | 199 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.22 |
| HSL | 263.82º | 0.55% | 0.51% | - |
| HSV(B) | 263.82º | 0.68% | 0.78% | - |
| XYZ | 19.42 | 11.46 | 55.22 | - |
| YUV | 94.65 | 186.89 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 199 | 0.41 | 0.68 | 0 | 0.22 | 263.82 | 0.55 | 0.51 |
| Hex | 75 | 3F | C7 | 29 | 44 | 0 | 16 | 108 | 37 | 33 |
| Octal | 165 | 77 | 307 | 51 | 104 | 0 | 26 | 410 | 67 | 63 |
| Binary | 1110101 | 111111 | 11000111 | 101001 | 1000100 | 0 | 10110 | 100001000 | 110111 | 110011 |
Color Harmonies of #753FC7
Complementary color
Monochromatic Colors of #753FC7
Black with #753FC7
Text Example
Text Example
White with #753FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FC7; }
p { color: rgb(117,63,199); }
H1.HeaderClassName
{
color: #753FC7;
}
.AnyTagClassName
{
color: #753FC7;
}
</style>
background-color css
<style>
a { background-color: #753FC7; }
a { background-color: rgb(117,63,199); }
div.DivClassName
{
background-color: #753FC7;
}
.BgClassName
{
background-color: #753FC7;
}
</style>
border-color css
<style>
span { border-color: #753FC7; }
span { border-color: rgb(117,63,199); }
td.TdClassName
{
border-color: #753FC7;
}
.TagClassName
{
border-color: #753FC7;
}
</style>