Shades of Purple Heart #752FB8
Tints of Purple Heart #752FB8
RGB
CMYK
RGB Variations
Color information
#752FB8 (or 0x752FB8) is known color: Purple Heart. HEX triplet: 75, 2F and B8. RGB value is (117,47,184). Sum of RGB (Red+Green+Blue) = 117+47+184=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #752FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752FB8 is #8AD047. Grayscale: #535353. Windows color (decimal): -9097288 or 12070773. OLE color: 12070773.
HSL color Cylindrical-coordinate representation of color #752FB8: hue angle of 270.66º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752FB8 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 47 | 184 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.28 |
| HSL | 270.66º | 0.59% | 0.45% | - |
| HSV(B) | 270.66º | 0.74% | 0.72% | - |
| XYZ | 17 | 9.28 | 46.24 | - |
| YUV | 83.55 | 184.69 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 184 | 0.36 | 0.74 | 0 | 0.28 | 270.66 | 0.59 | 0.45 |
| Hex | 75 | 2F | B8 | 24 | 4A | 0 | 1C | 10F | 3B | 2D |
| Octal | 165 | 57 | 270 | 44 | 112 | 0 | 34 | 417 | 73 | 55 |
| Binary | 1110101 | 101111 | 10111000 | 100100 | 1001010 | 0 | 11100 | 100001111 | 111011 | 101101 |
Color Harmonies of #752FB8
Complementary color
Monochromatic Colors of #752FB8
Black with #752FB8
Text Example
Text Example
White with #752FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FB8; }
p { color: rgb(117,47,184); }
H1.HeaderClassName
{
color: #752FB8;
}
.AnyTagClassName
{
color: #752FB8;
}
</style>
background-color css
<style>
a { background-color: #752FB8; }
a { background-color: rgb(117,47,184); }
div.DivClassName
{
background-color: #752FB8;
}
.BgClassName
{
background-color: #752FB8;
}
</style>
border-color css
<style>
span { border-color: #752FB8; }
span { border-color: rgb(117,47,184); }
td.TdClassName
{
border-color: #752FB8;
}
.TagClassName
{
border-color: #752FB8;
}
</style>