Shades of Purple Heart #752ABB
Tints of Purple Heart #752ABB
RGB
CMYK
RGB Variations
Color information
#752ABB (or 0x752ABB) is known color: Purple Heart. HEX triplet: 75, 2A and BB. RGB value is (117,42,187). Sum of RGB (Red+Green+Blue) = 117+42+187=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #752ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752ABB is #8AD544. Grayscale: #505050. Windows color (decimal): -9098565 or 12266101. OLE color: 12266101.
HSL color Cylindrical-coordinate representation of color #752ABB: hue angle of 271.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752ABB is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 42 | 187 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.27 |
| HSL | 271.03º | 0.63% | 0.45% | - |
| HSV(B) | 271.03º | 0.78% | 0.73% | - |
| XYZ | 17.13 | 9.03 | 47.85 | - |
| YUV | 80.96 | 187.85 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 187 | 0.37 | 0.78 | 0 | 0.27 | 271.03 | 0.63 | 0.45 |
| Hex | 75 | 2A | BB | 25 | 4E | 0 | 1B | 10F | 3F | 2D |
| Octal | 165 | 52 | 273 | 45 | 116 | 0 | 33 | 417 | 77 | 55 |
| Binary | 1110101 | 101010 | 10111011 | 100101 | 1001110 | 0 | 11011 | 100001111 | 111111 | 101101 |
Color Harmonies of #752ABB
Complementary color
Monochromatic Colors of #752ABB
Black with #752ABB
Text Example
Text Example
White with #752ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752ABB; }
p { color: rgb(117,42,187); }
H1.HeaderClassName
{
color: #752ABB;
}
.AnyTagClassName
{
color: #752ABB;
}
</style>
background-color css
<style>
a { background-color: #752ABB; }
a { background-color: rgb(117,42,187); }
div.DivClassName
{
background-color: #752ABB;
}
.BgClassName
{
background-color: #752ABB;
}
</style>
border-color css
<style>
span { border-color: #752ABB; }
span { border-color: rgb(117,42,187); }
td.TdClassName
{
border-color: #752ABB;
}
.TagClassName
{
border-color: #752ABB;
}
</style>