Shades of Purple Heart #753ABB
Tints of Purple Heart #753ABB
RGB
CMYK
RGB Variations
Color information
#753ABB (or 0x753ABB) is known color: Purple Heart. HEX triplet: 75, 3A and BB. RGB value is (117,58,187). Sum of RGB (Red+Green+Blue) = 117+58+187=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #753ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753ABB is #8AC544. Grayscale: #595959. Windows color (decimal): -9094469 or 12270197. OLE color: 12270197.
HSL color Cylindrical-coordinate representation of color #753ABB: hue angle of 267.44º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #753ABB is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 58 | 187 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.27 |
| HSL | 267.44º | 0.53% | 0.48% | - |
| HSV(B) | 267.44º | 0.69% | 0.73% | - |
| XYZ | 17.82 | 10.4 | 48.08 | - |
| YUV | 90.35 | 182.55 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 187 | 0.37 | 0.69 | 0 | 0.27 | 267.44 | 0.53 | 0.48 |
| Hex | 75 | 3A | BB | 25 | 45 | 0 | 1B | 10B | 35 | 30 |
| Octal | 165 | 72 | 273 | 45 | 105 | 0 | 33 | 413 | 65 | 60 |
| Binary | 1110101 | 111010 | 10111011 | 100101 | 1000101 | 0 | 11011 | 100001011 | 110101 | 110000 |
Color Harmonies of #753ABB
Complementary color
Monochromatic Colors of #753ABB
Black with #753ABB
Text Example
Text Example
White with #753ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753ABB; }
p { color: rgb(117,58,187); }
H1.HeaderClassName
{
color: #753ABB;
}
.AnyTagClassName
{
color: #753ABB;
}
</style>
background-color css
<style>
a { background-color: #753ABB; }
a { background-color: rgb(117,58,187); }
div.DivClassName
{
background-color: #753ABB;
}
.BgClassName
{
background-color: #753ABB;
}
</style>
border-color css
<style>
span { border-color: #753ABB; }
span { border-color: rgb(117,58,187); }
td.TdClassName
{
border-color: #753ABB;
}
.TagClassName
{
border-color: #753ABB;
}
</style>