Shades of Purple Heart #752BB1
Tints of Purple Heart #752BB1
RGB
CMYK
RGB Variations
Color information
#752BB1 (or 0x752BB1) is known color: Purple Heart. HEX triplet: 75, 2B and B1. RGB value is (117,43,177). Sum of RGB (Red+Green+Blue) = 117+43+177=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 177 (69.53% from 255 or 52.52% from 337); Max value from RGB is 177 - color contains mainly: blue. Hex color #752BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752BB1 is #8AD44E. Grayscale: #4F4F4F. Windows color (decimal): -9098319 or 11610997. OLE color: 11610997.
HSL color Cylindrical-coordinate representation of color #752BB1: hue angle of 273.13º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752BB1 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 43 | 177 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.31 |
| HSL | 273.13º | 0.61% | 0.43% | - |
| HSV(B) | 273.13º | 0.76% | 0.69% | - |
| XYZ | 16.14 | 8.68 | 42.42 | - |
| YUV | 80.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 177 | 0.34 | 0.76 | 0 | 0.31 | 273.13 | 0.61 | 0.43 |
| Hex | 75 | 2B | B1 | 22 | 4C | 0 | 1F | 111 | 3D | 2B |
| Octal | 165 | 53 | 261 | 42 | 114 | 0 | 37 | 421 | 75 | 53 |
| Binary | 1110101 | 101011 | 10110001 | 100010 | 1001100 | 0 | 11111 | 100010001 | 111101 | 101011 |
Color Harmonies of #752BB1
Complementary color
Monochromatic Colors of #752BB1
Black with #752BB1
Text Example
Text Example
White with #752BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BB1; }
p { color: rgb(117,43,177); }
H1.HeaderClassName
{
color: #752BB1;
}
.AnyTagClassName
{
color: #752BB1;
}
</style>
background-color css
<style>
a { background-color: #752BB1; }
a { background-color: rgb(117,43,177); }
div.DivClassName
{
background-color: #752BB1;
}
.BgClassName
{
background-color: #752BB1;
}
</style>
border-color css
<style>
span { border-color: #752BB1; }
span { border-color: rgb(117,43,177); }
td.TdClassName
{
border-color: #752BB1;
}
.TagClassName
{
border-color: #752BB1;
}
</style>