Shades of Purple Heart #753FCD
Tints of Purple Heart #753FCD
RGB
CMYK
RGB Variations
Color information
#753FCD (or 0x753FCD) is known color: Purple Heart. HEX triplet: 75, 3F and CD. RGB value is (117,63,205). Sum of RGB (Red+Green+Blue) = 117+63+205=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #753FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FCD is #8AC032. Grayscale: #5E5E5E. Windows color (decimal): -9093171 or 13451125. OLE color: 13451125.
HSL color Cylindrical-coordinate representation of color #753FCD: hue angle of 262.82º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #753FCD is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 63 | 205 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.20 |
| HSL | 262.82º | 0.59% | 0.53% | - |
| HSV(B) | 262.82º | 0.69% | 0.8% | - |
| XYZ | 20.13 | 11.74 | 58.96 | - |
| YUV | 95.33 | 189.89 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 205 | 0.43 | 0.69 | 0 | 0.20 | 262.82 | 0.59 | 0.53 |
| Hex | 75 | 3F | CD | 2B | 45 | 0 | 14 | 107 | 3B | 35 |
| Octal | 165 | 77 | 315 | 53 | 105 | 0 | 24 | 407 | 73 | 65 |
| Binary | 1110101 | 111111 | 11001101 | 101011 | 1000101 | 0 | 10100 | 100000111 | 111011 | 110101 |
Color Harmonies of #753FCD
Complementary color
Monochromatic Colors of #753FCD
Black with #753FCD
Text Example
Text Example
White with #753FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FCD; }
p { color: rgb(117,63,205); }
H1.HeaderClassName
{
color: #753FCD;
}
.AnyTagClassName
{
color: #753FCD;
}
</style>
background-color css
<style>
a { background-color: #753FCD; }
a { background-color: rgb(117,63,205); }
div.DivClassName
{
background-color: #753FCD;
}
.BgClassName
{
background-color: #753FCD;
}
</style>
border-color css
<style>
span { border-color: #753FCD; }
span { border-color: rgb(117,63,205); }
td.TdClassName
{
border-color: #753FCD;
}
.TagClassName
{
border-color: #753FCD;
}
</style>