Shades of Purple Heart #753FC5
Tints of Purple Heart #753FC5
RGB
CMYK
RGB Variations
Color information
#753FC5 (or 0x753FC5) is known color: Purple Heart. HEX triplet: 75, 3F and C5. RGB value is (117,63,197). Sum of RGB (Red+Green+Blue) = 117+63+197=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #753FC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FC5 is #8AC03A. Grayscale: #5D5D5D. Windows color (decimal): -9093179 or 12926837. OLE color: 12926837.
HSL color Cylindrical-coordinate representation of color #753FC5: hue angle of 264.18º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #753FC5 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 63 | 197 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.23 |
| HSL | 264.18º | 0.54% | 0.51% | - |
| HSV(B) | 264.18º | 0.68% | 0.77% | - |
| XYZ | 19.19 | 11.37 | 54.01 | - |
| YUV | 94.42 | 185.89 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 197 | 0.41 | 0.68 | 0 | 0.23 | 264.18 | 0.54 | 0.51 |
| Hex | 75 | 3F | C5 | 29 | 44 | 0 | 17 | 108 | 36 | 33 |
| Octal | 165 | 77 | 305 | 51 | 104 | 0 | 27 | 410 | 66 | 63 |
| Binary | 1110101 | 111111 | 11000101 | 101001 | 1000100 | 0 | 10111 | 100001000 | 110110 | 110011 |
Color Harmonies of #753FC5
Complementary color
Monochromatic Colors of #753FC5
Black with #753FC5
Text Example
Text Example
White with #753FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FC5; }
p { color: rgb(117,63,197); }
H1.HeaderClassName
{
color: #753FC5;
}
.AnyTagClassName
{
color: #753FC5;
}
</style>
background-color css
<style>
a { background-color: #753FC5; }
a { background-color: rgb(117,63,197); }
div.DivClassName
{
background-color: #753FC5;
}
.BgClassName
{
background-color: #753FC5;
}
</style>
border-color css
<style>
span { border-color: #753FC5; }
span { border-color: rgb(117,63,197); }
td.TdClassName
{
border-color: #753FC5;
}
.TagClassName
{
border-color: #753FC5;
}
</style>