Shades of Purple Heart #753ACF
Tints of Purple Heart #753ACF
RGB
CMYK
RGB Variations
Color information
#753ACF (or 0x753ACF) is known color: Purple Heart. HEX triplet: 75, 3A and CF. RGB value is (117,58,207). Sum of RGB (Red+Green+Blue) = 117+58+207=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #753ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753ACF is #8AC530. Grayscale: #5C5C5C. Windows color (decimal): -9094449 or 13580917. OLE color: 13580917.
HSL color Cylindrical-coordinate representation of color #753ACF: hue angle of 263.76º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #753ACF is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 58 | 207 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.19 |
| HSL | 263.76º | 0.61% | 0.52% | - |
| HSV(B) | 263.76º | 0.72% | 0.81% | - |
| XYZ | 20.11 | 11.31 | 60.16 | - |
| YUV | 92.63 | 192.55 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 207 | 0.43 | 0.72 | 0 | 0.19 | 263.76 | 0.61 | 0.52 |
| Hex | 75 | 3A | CF | 2B | 48 | 0 | 13 | 108 | 3D | 34 |
| Octal | 165 | 72 | 317 | 53 | 110 | 0 | 23 | 410 | 75 | 64 |
| Binary | 1110101 | 111010 | 11001111 | 101011 | 1001000 | 0 | 10011 | 100001000 | 111101 | 110100 |
Color Harmonies of #753ACF
Complementary color
Monochromatic Colors of #753ACF
Black with #753ACF
Text Example
Text Example
White with #753ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753ACF; }
p { color: rgb(117,58,207); }
H1.HeaderClassName
{
color: #753ACF;
}
.AnyTagClassName
{
color: #753ACF;
}
</style>
background-color css
<style>
a { background-color: #753ACF; }
a { background-color: rgb(117,58,207); }
div.DivClassName
{
background-color: #753ACF;
}
.BgClassName
{
background-color: #753ACF;
}
</style>
border-color css
<style>
span { border-color: #753ACF; }
span { border-color: rgb(117,58,207); }
td.TdClassName
{
border-color: #753ACF;
}
.TagClassName
{
border-color: #753ACF;
}
</style>