Shades of Purple Heart #732FD0
Tints of Purple Heart #732FD0
RGB
CMYK
RGB Variations
Color information
#732FD0 (or 0x732FD0) is known color: Purple Heart. HEX triplet: 73, 2F and D0. RGB value is (115,47,208). Sum of RGB (Red+Green+Blue) = 115+47+208=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 208 (81.64% from 255 or 56.22% from 370); Max value from RGB is 208 - color contains mainly: blue. Hex color #732FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732FD0 is #8CD02F. Grayscale: #555555. Windows color (decimal): -9228336 or 13643635. OLE color: 13643635.
HSL color Cylindrical-coordinate representation of color #732FD0: hue angle of 265.34º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #732FD0 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 47 | 208 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.18 |
| HSL | 265.34º | 0.63% | 0.5% | - |
| HSV(B) | 265.34º | 0.77% | 0.82% | - |
| XYZ | 19.47 | 10.23 | 60.62 | - |
| YUV | 85.69 | 197.03 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 208 | 0.45 | 0.77 | 0 | 0.18 | 265.34 | 0.63 | 0.5 |
| Hex | 73 | 2F | D0 | 2D | 4D | 0 | 12 | 109 | 3F | 32 |
| Octal | 163 | 57 | 320 | 55 | 115 | 0 | 22 | 411 | 77 | 62 |
| Binary | 1110011 | 101111 | 11010000 | 101101 | 1001101 | 0 | 10010 | 100001001 | 111111 | 110010 |
Color Harmonies of #732FD0
Complementary color
Monochromatic Colors of #732FD0
Black with #732FD0
Text Example
Text Example
White with #732FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732FD0; }
p { color: rgb(115,47,208); }
H1.HeaderClassName
{
color: #732FD0;
}
.AnyTagClassName
{
color: #732FD0;
}
</style>
background-color css
<style>
a { background-color: #732FD0; }
a { background-color: rgb(115,47,208); }
div.DivClassName
{
background-color: #732FD0;
}
.BgClassName
{
background-color: #732FD0;
}
</style>
border-color css
<style>
span { border-color: #732FD0; }
span { border-color: rgb(115,47,208); }
td.TdClassName
{
border-color: #732FD0;
}
.TagClassName
{
border-color: #732FD0;
}
</style>