Shades of Purple Heart #732BAF
Tints of Purple Heart #732BAF
RGB
CMYK
RGB Variations
Color information
#732BAF (or 0x732BAF) is known color: Purple Heart. HEX triplet: 73, 2B and AF. RGB value is (115,43,175). Sum of RGB (Red+Green+Blue) = 115+43+175=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #732BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732BAF is #8CD450. Grayscale: #4F4F4F. Windows color (decimal): -9229393 or 11479923. OLE color: 11479923.
HSL color Cylindrical-coordinate representation of color #732BAF: hue angle of 272.73º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #732BAF is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 43 | 175 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.31 |
| HSL | 272.73º | 0.61% | 0.43% | - |
| HSV(B) | 272.73º | 0.75% | 0.69% | - |
| XYZ | 15.67 | 8.47 | 41.37 | - |
| YUV | 79.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 43 | 175 | 0.34 | 0.75 | 0 | 0.31 | 272.73 | 0.61 | 0.43 |
| Hex | 73 | 2B | AF | 22 | 4B | 0 | 1F | 111 | 3D | 2B |
| Octal | 163 | 53 | 257 | 42 | 113 | 0 | 37 | 421 | 75 | 53 |
| Binary | 1110011 | 101011 | 10101111 | 100010 | 1001011 | 0 | 11111 | 100010001 | 111101 | 101011 |
Color Harmonies of #732BAF
Complementary color
Monochromatic Colors of #732BAF
Black with #732BAF
Text Example
Text Example
White with #732BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732BAF; }
p { color: rgb(115,43,175); }
H1.HeaderClassName
{
color: #732BAF;
}
.AnyTagClassName
{
color: #732BAF;
}
</style>
background-color css
<style>
a { background-color: #732BAF; }
a { background-color: rgb(115,43,175); }
div.DivClassName
{
background-color: #732BAF;
}
.BgClassName
{
background-color: #732BAF;
}
</style>
border-color css
<style>
span { border-color: #732BAF; }
span { border-color: rgb(115,43,175); }
td.TdClassName
{
border-color: #732BAF;
}
.TagClassName
{
border-color: #732BAF;
}
</style>