Shades of Purple Heart #753CCD
Tints of Purple Heart #753CCD
RGB
CMYK
RGB Variations
Color information
#753CCD (or 0x753CCD) is known color: Purple Heart. HEX triplet: 75, 3C and CD. RGB value is (117,60,205). Sum of RGB (Red+Green+Blue) = 117+60+205=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #753CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753CCD is #8AC332. Grayscale: #5D5D5D. Windows color (decimal): -9093939 or 13450357. OLE color: 13450357.
HSL color Cylindrical-coordinate representation of color #753CCD: hue angle of 263.59º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #753CCD is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 60 | 205 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.20 |
| HSL | 263.59º | 0.59% | 0.52% | - |
| HSV(B) | 263.59º | 0.71% | 0.8% | - |
| XYZ | 19.97 | 11.42 | 58.91 | - |
| YUV | 93.57 | 190.88 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 205 | 0.43 | 0.71 | 0 | 0.20 | 263.59 | 0.59 | 0.52 |
| Hex | 75 | 3C | CD | 2B | 47 | 0 | 14 | 108 | 3B | 34 |
| Octal | 165 | 74 | 315 | 53 | 107 | 0 | 24 | 410 | 73 | 64 |
| Binary | 1110101 | 111100 | 11001101 | 101011 | 1000111 | 0 | 10100 | 100001000 | 111011 | 110100 |
Color Harmonies of #753CCD
Complementary color
Monochromatic Colors of #753CCD
Black with #753CCD
Text Example
Text Example
White with #753CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753CCD; }
p { color: rgb(117,60,205); }
H1.HeaderClassName
{
color: #753CCD;
}
.AnyTagClassName
{
color: #753CCD;
}
</style>
background-color css
<style>
a { background-color: #753CCD; }
a { background-color: rgb(117,60,205); }
div.DivClassName
{
background-color: #753CCD;
}
.BgClassName
{
background-color: #753CCD;
}
</style>
border-color css
<style>
span { border-color: #753CCD; }
span { border-color: rgb(117,60,205); }
td.TdClassName
{
border-color: #753CCD;
}
.TagClassName
{
border-color: #753CCD;
}
</style>