Shades of Purple Heart #753ACB
Tints of Purple Heart #753ACB
RGB
CMYK
RGB Variations
Color information
#753ACB (or 0x753ACB) is known color: Purple Heart. HEX triplet: 75, 3A and CB. RGB value is (117,58,203). Sum of RGB (Red+Green+Blue) = 117+58+203=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #753ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753ACB is #8AC534. Grayscale: #5B5B5B. Windows color (decimal): -9094453 or 13318773. OLE color: 13318773.
HSL color Cylindrical-coordinate representation of color #753ACB: hue angle of 264.41º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #753ACB is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 58 | 203 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.20 |
| HSL | 264.41º | 0.58% | 0.51% | - |
| HSV(B) | 264.41º | 0.71% | 0.8% | - |
| XYZ | 19.63 | 11.12 | 57.61 | - |
| YUV | 92.17 | 190.55 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 203 | 0.42 | 0.71 | 0 | 0.20 | 264.41 | 0.58 | 0.51 |
| Hex | 75 | 3A | CB | 2A | 47 | 0 | 14 | 108 | 3A | 33 |
| Octal | 165 | 72 | 313 | 52 | 107 | 0 | 24 | 410 | 72 | 63 |
| Binary | 1110101 | 111010 | 11001011 | 101010 | 1000111 | 0 | 10100 | 100001000 | 111010 | 110011 |
Color Harmonies of #753ACB
Complementary color
Monochromatic Colors of #753ACB
Black with #753ACB
Text Example
Text Example
White with #753ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753ACB; }
p { color: rgb(117,58,203); }
H1.HeaderClassName
{
color: #753ACB;
}
.AnyTagClassName
{
color: #753ACB;
}
</style>
background-color css
<style>
a { background-color: #753ACB; }
a { background-color: rgb(117,58,203); }
div.DivClassName
{
background-color: #753ACB;
}
.BgClassName
{
background-color: #753ACB;
}
</style>
border-color css
<style>
span { border-color: #753ACB; }
span { border-color: rgb(117,58,203); }
td.TdClassName
{
border-color: #753ACB;
}
.TagClassName
{
border-color: #753ACB;
}
</style>