Shades of Purple Heart #752FB5
Tints of Purple Heart #752FB5
RGB
CMYK
RGB Variations
Color information
#752FB5 (or 0x752FB5) is known color: Purple Heart. HEX triplet: 75, 2F and B5. RGB value is (117,47,181). Sum of RGB (Red+Green+Blue) = 117+47+181=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #752FB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FB5 is #8AD04A. Grayscale: #525252. Windows color (decimal): -9097291 or 11874165. OLE color: 11874165.
HSL color Cylindrical-coordinate representation of color #752FB5: hue angle of 271.34º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752FB5 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 47 | 181 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.29 |
| HSL | 271.34º | 0.59% | 0.45% | - |
| HSV(B) | 271.34º | 0.74% | 0.71% | - |
| XYZ | 16.69 | 9.15 | 44.6 | - |
| YUV | 83.21 | 183.19 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 181 | 0.35 | 0.74 | 0 | 0.29 | 271.34 | 0.59 | 0.45 |
| Hex | 75 | 2F | B5 | 23 | 4A | 0 | 1D | 10F | 3B | 2D |
| Octal | 165 | 57 | 265 | 43 | 112 | 0 | 35 | 417 | 73 | 55 |
| Binary | 1110101 | 101111 | 10110101 | 100011 | 1001010 | 0 | 11101 | 100001111 | 111011 | 101101 |
Color Harmonies of #752FB5
Complementary color
Monochromatic Colors of #752FB5
Black with #752FB5
Text Example
Text Example
White with #752FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FB5; }
p { color: rgb(117,47,181); }
H1.HeaderClassName
{
color: #752FB5;
}
.AnyTagClassName
{
color: #752FB5;
}
</style>
background-color css
<style>
a { background-color: #752FB5; }
a { background-color: rgb(117,47,181); }
div.DivClassName
{
background-color: #752FB5;
}
.BgClassName
{
background-color: #752FB5;
}
</style>
border-color css
<style>
span { border-color: #752FB5; }
span { border-color: rgb(117,47,181); }
td.TdClassName
{
border-color: #752FB5;
}
.TagClassName
{
border-color: #752FB5;
}
</style>