Shades of Purple Heart #752BB6
Tints of Purple Heart #752BB6
RGB
CMYK
RGB Variations
Color information
#752BB6 (or 0x752BB6) is known color: Purple Heart. HEX triplet: 75, 2B and B6. RGB value is (117,43,182). Sum of RGB (Red+Green+Blue) = 117+43+182=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 182 (71.48% from 255 or 53.22% from 342); Max value from RGB is 182 - color contains mainly: blue. Hex color #752BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BB6 is #8AD449. Grayscale: #505050. Windows color (decimal): -9098314 or 11938677. OLE color: 11938677.
HSL color Cylindrical-coordinate representation of color #752BB6: hue angle of 271.94º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752BB6 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 43 | 182 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.29 |
| HSL | 271.94º | 0.62% | 0.44% | - |
| HSV(B) | 271.94º | 0.76% | 0.71% | - |
| XYZ | 16.64 | 8.89 | 45.09 | - |
| YUV | 80.97 | 185.02 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 182 | 0.36 | 0.76 | 0 | 0.29 | 271.94 | 0.62 | 0.44 |
| Hex | 75 | 2B | B6 | 24 | 4C | 0 | 1D | 110 | 3E | 2C |
| Octal | 165 | 53 | 266 | 44 | 114 | 0 | 35 | 420 | 76 | 54 |
| Binary | 1110101 | 101011 | 10110110 | 100100 | 1001100 | 0 | 11101 | 100010000 | 111110 | 101100 |
Color Harmonies of #752BB6
Complementary color
Monochromatic Colors of #752BB6
Black with #752BB6
Text Example
Text Example
White with #752BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BB6; }
p { color: rgb(117,43,182); }
H1.HeaderClassName
{
color: #752BB6;
}
.AnyTagClassName
{
color: #752BB6;
}
</style>
background-color css
<style>
a { background-color: #752BB6; }
a { background-color: rgb(117,43,182); }
div.DivClassName
{
background-color: #752BB6;
}
.BgClassName
{
background-color: #752BB6;
}
</style>
border-color css
<style>
span { border-color: #752BB6; }
span { border-color: rgb(117,43,182); }
td.TdClassName
{
border-color: #752BB6;
}
.TagClassName
{
border-color: #752BB6;
}
</style>