Shades of Purple Heart #7532B6
Tints of Purple Heart #7532B6
RGB
CMYK
RGB Variations
Color information
#7532B6 (or 0x7532B6) is known color: Purple Heart. HEX triplet: 75, 32 and B6. RGB value is (117,50,182). Sum of RGB (Red+Green+Blue) = 117+50+182=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 182 (71.48% from 255 or 52.15% from 349); Max value from RGB is 182 - color contains mainly: blue. Hex color #7532B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7532B6 is #8ACD49. Grayscale: #545454. Windows color (decimal): -9096522 or 11940469. OLE color: 11940469.
HSL color Cylindrical-coordinate representation of color #7532B6: hue angle of 270.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7532B6 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 50 | 182 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.29 |
| HSL | 270.45º | 0.57% | 0.45% | - |
| HSV(B) | 270.45º | 0.73% | 0.71% | - |
| XYZ | 16.92 | 9.44 | 45.19 | - |
| YUV | 85.08 | 182.7 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 182 | 0.36 | 0.73 | 0 | 0.29 | 270.45 | 0.57 | 0.45 |
| Hex | 75 | 32 | B6 | 24 | 49 | 0 | 1D | 10E | 39 | 2D |
| Octal | 165 | 62 | 266 | 44 | 111 | 0 | 35 | 416 | 71 | 55 |
| Binary | 1110101 | 110010 | 10110110 | 100100 | 1001001 | 0 | 11101 | 100001110 | 111001 | 101101 |
Color Harmonies of #7532B6
Complementary color
Monochromatic Colors of #7532B6
Black with #7532B6
Text Example
Text Example
White with #7532B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7532B6; }
p { color: rgb(117,50,182); }
H1.HeaderClassName
{
color: #7532B6;
}
.AnyTagClassName
{
color: #7532B6;
}
</style>
background-color css
<style>
a { background-color: #7532B6; }
a { background-color: rgb(117,50,182); }
div.DivClassName
{
background-color: #7532B6;
}
.BgClassName
{
background-color: #7532B6;
}
</style>
border-color css
<style>
span { border-color: #7532B6; }
span { border-color: rgb(117,50,182); }
td.TdClassName
{
border-color: #7532B6;
}
.TagClassName
{
border-color: #7532B6;
}
</style>