Shades of Purple Heart #753DD4
Tints of Purple Heart #753DD4
RGB
CMYK
RGB Variations
Color information
#753DD4 (or 0x753DD4) is known color: Purple Heart. HEX triplet: 75, 3D and D4. RGB value is (117,61,212). Sum of RGB (Red+Green+Blue) = 117+61+212=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 212 (83.20% from 255 or 54.36% from 390); Max value from RGB is 212 - color contains mainly: blue. Hex color #753DD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DD4 is #8AC22B. Grayscale: #5E5E5E. Windows color (decimal): -9093676 or 13909365. OLE color: 13909365.
HSL color Cylindrical-coordinate representation of color #753DD4: hue angle of 262.25º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #753DD4 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 61 | 212 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.17 |
| HSL | 262.25º | 0.64% | 0.54% | - |
| HSV(B) | 262.25º | 0.71% | 0.83% | - |
| XYZ | 20.89 | 11.87 | 63.48 | - |
| YUV | 94.96 | 194.05 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 212 | 0.45 | 0.71 | 0 | 0.17 | 262.25 | 0.64 | 0.54 |
| Hex | 75 | 3D | D4 | 2D | 47 | 0 | 11 | 106 | 40 | 36 |
| Octal | 165 | 75 | 324 | 55 | 107 | 0 | 21 | 406 | 100 | 66 |
| Binary | 1110101 | 111101 | 11010100 | 101101 | 1000111 | 0 | 10001 | 100000110 | 1000000 | 110110 |
Color Harmonies of #753DD4
Complementary color
Monochromatic Colors of #753DD4
Black with #753DD4
Text Example
Text Example
White with #753DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753DD4; }
p { color: rgb(117,61,212); }
H1.HeaderClassName
{
color: #753DD4;
}
.AnyTagClassName
{
color: #753DD4;
}
</style>
background-color css
<style>
a { background-color: #753DD4; }
a { background-color: rgb(117,61,212); }
div.DivClassName
{
background-color: #753DD4;
}
.BgClassName
{
background-color: #753DD4;
}
</style>
border-color css
<style>
span { border-color: #753DD4; }
span { border-color: rgb(117,61,212); }
td.TdClassName
{
border-color: #753DD4;
}
.TagClassName
{
border-color: #753DD4;
}
</style>