Shades of Purple Heart #732DCB
Tints of Purple Heart #732DCB
RGB
CMYK
RGB Variations
Color information
#732DCB (or 0x732DCB) is known color: Purple Heart. HEX triplet: 73, 2D and CB. RGB value is (115,45,203). Sum of RGB (Red+Green+Blue) = 115+45+203=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #732DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732DCB is #8CD234. Grayscale: #535353. Windows color (decimal): -9228853 or 13315443. OLE color: 13315443.
HSL color Cylindrical-coordinate representation of color #732DCB: hue angle of 266.58º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #732DCB is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 45 | 203 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.20 |
| HSL | 266.58º | 0.64% | 0.49% | - |
| HSV(B) | 266.58º | 0.78% | 0.8% | - |
| XYZ | 18.79 | 9.83 | 57.41 | - |
| YUV | 83.94 | 195.19 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 203 | 0.43 | 0.78 | 0 | 0.20 | 266.58 | 0.64 | 0.49 |
| Hex | 73 | 2D | CB | 2B | 4E | 0 | 14 | 10B | 40 | 31 |
| Octal | 163 | 55 | 313 | 53 | 116 | 0 | 24 | 413 | 100 | 61 |
| Binary | 1110011 | 101101 | 11001011 | 101011 | 1001110 | 0 | 10100 | 100001011 | 1000000 | 110001 |
Color Harmonies of #732DCB
Complementary color
Monochromatic Colors of #732DCB
Black with #732DCB
Text Example
Text Example
White with #732DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732DCB; }
p { color: rgb(115,45,203); }
H1.HeaderClassName
{
color: #732DCB;
}
.AnyTagClassName
{
color: #732DCB;
}
</style>
background-color css
<style>
a { background-color: #732DCB; }
a { background-color: rgb(115,45,203); }
div.DivClassName
{
background-color: #732DCB;
}
.BgClassName
{
background-color: #732DCB;
}
</style>
border-color css
<style>
span { border-color: #732DCB; }
span { border-color: rgb(115,45,203); }
td.TdClassName
{
border-color: #732DCB;
}
.TagClassName
{
border-color: #732DCB;
}
</style>