Shades of Purple Heart #753BC0
Tints of Purple Heart #753BC0
RGB
CMYK
RGB Variations
Color information
#753BC0 (or 0x753BC0) is known color: Purple Heart. HEX triplet: 75, 3B and C0. RGB value is (117,59,192). Sum of RGB (Red+Green+Blue) = 117+59+192=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #753BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753BC0 is #8AC43F. Grayscale: #5B5B5B. Windows color (decimal): -9094208 or 12598133. OLE color: 12598133.
HSL color Cylindrical-coordinate representation of color #753BC0: hue angle of 266.17º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #753BC0 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 59 | 192 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.25 |
| HSL | 266.17º | 0.53% | 0.49% | - |
| HSV(B) | 266.17º | 0.69% | 0.75% | - |
| XYZ | 18.41 | 10.72 | 50.97 | - |
| YUV | 91.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 192 | 0.39 | 0.69 | 0 | 0.25 | 266.17 | 0.53 | 0.49 |
| Hex | 75 | 3B | C0 | 27 | 45 | 0 | 19 | 10A | 35 | 31 |
| Octal | 165 | 73 | 300 | 47 | 105 | 0 | 31 | 412 | 65 | 61 |
| Binary | 1110101 | 111011 | 11000000 | 100111 | 1000101 | 0 | 11001 | 100001010 | 110101 | 110001 |
Color Harmonies of #753BC0
Complementary color
Monochromatic Colors of #753BC0
Black with #753BC0
Text Example
Text Example
White with #753BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753BC0; }
p { color: rgb(117,59,192); }
H1.HeaderClassName
{
color: #753BC0;
}
.AnyTagClassName
{
color: #753BC0;
}
</style>
background-color css
<style>
a { background-color: #753BC0; }
a { background-color: rgb(117,59,192); }
div.DivClassName
{
background-color: #753BC0;
}
.BgClassName
{
background-color: #753BC0;
}
</style>
border-color css
<style>
span { border-color: #753BC0; }
span { border-color: rgb(117,59,192); }
td.TdClassName
{
border-color: #753BC0;
}
.TagClassName
{
border-color: #753BC0;
}
</style>