Shades of Purple Heart #752BD3
Tints of Purple Heart #752BD3
RGB
CMYK
RGB Variations
Color information
#752BD3 (or 0x752BD3) is known color: Purple Heart. HEX triplet: 75, 2B and D3. RGB value is (117,43,211). Sum of RGB (Red+Green+Blue) = 117+43+211=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 211 (82.81% from 255 or 56.87% from 371); Max value from RGB is 211 - color contains mainly: blue. Hex color #752BD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BD3 is #8AD42C. Grayscale: #535353. Windows color (decimal): -9098285 or 13839221. OLE color: 13839221.
HSL color Cylindrical-coordinate representation of color #752BD3: hue angle of 266.43º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752BD3 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 43 | 211 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.17 |
| HSL | 266.43º | 0.66% | 0.5% | - |
| HSV(B) | 266.43º | 0.8% | 0.83% | - |
| XYZ | 19.96 | 10.21 | 62.55 | - |
| YUV | 84.28 | 199.52 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 211 | 0.45 | 0.80 | 0 | 0.17 | 266.43 | 0.66 | 0.5 |
| Hex | 75 | 2B | D3 | 2D | 50 | 0 | 11 | 10A | 42 | 32 |
| Octal | 165 | 53 | 323 | 55 | 120 | 0 | 21 | 412 | 102 | 62 |
| Binary | 1110101 | 101011 | 11010011 | 101101 | 1010000 | 0 | 10001 | 100001010 | 1000010 | 110010 |
Color Harmonies of #752BD3
Complementary color
Monochromatic Colors of #752BD3
Black with #752BD3
Text Example
Text Example
White with #752BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BD3; }
p { color: rgb(117,43,211); }
H1.HeaderClassName
{
color: #752BD3;
}
.AnyTagClassName
{
color: #752BD3;
}
</style>
background-color css
<style>
a { background-color: #752BD3; }
a { background-color: rgb(117,43,211); }
div.DivClassName
{
background-color: #752BD3;
}
.BgClassName
{
background-color: #752BD3;
}
</style>
border-color css
<style>
span { border-color: #752BD3; }
span { border-color: rgb(117,43,211); }
td.TdClassName
{
border-color: #752BD3;
}
.TagClassName
{
border-color: #752BD3;
}
</style>