Shades of Purple Heart #732FC7
Tints of Purple Heart #732FC7
RGB
CMYK
RGB Variations
Color information
#732FC7 (or 0x732FC7) is known color: Purple Heart. HEX triplet: 73, 2F and C7. RGB value is (115,47,199). Sum of RGB (Red+Green+Blue) = 115+47+199=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 199 (78.12% from 255 or 55.12% from 361); Max value from RGB is 199 - color contains mainly: blue. Hex color #732FC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732FC7 is #8CD038. Grayscale: #545454. Windows color (decimal): -9228345 or 13053811. OLE color: 13053811.
HSL color Cylindrical-coordinate representation of color #732FC7: hue angle of 266.84º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #732FC7 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 47 | 199 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.22 |
| HSL | 266.84º | 0.62% | 0.48% | - |
| HSV(B) | 266.84º | 0.76% | 0.78% | - |
| XYZ | 18.4 | 9.8 | 54.96 | - |
| YUV | 84.66 | 192.53 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 199 | 0.42 | 0.76 | 0 | 0.22 | 266.84 | 0.62 | 0.48 |
| Hex | 73 | 2F | C7 | 2A | 4C | 0 | 16 | 10B | 3E | 30 |
| Octal | 163 | 57 | 307 | 52 | 114 | 0 | 26 | 413 | 76 | 60 |
| Binary | 1110011 | 101111 | 11000111 | 101010 | 1001100 | 0 | 10110 | 100001011 | 111110 | 110000 |
Color Harmonies of #732FC7
Complementary color
Monochromatic Colors of #732FC7
Black with #732FC7
Text Example
Text Example
White with #732FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732FC7; }
p { color: rgb(115,47,199); }
H1.HeaderClassName
{
color: #732FC7;
}
.AnyTagClassName
{
color: #732FC7;
}
</style>
background-color css
<style>
a { background-color: #732FC7; }
a { background-color: rgb(115,47,199); }
div.DivClassName
{
background-color: #732FC7;
}
.BgClassName
{
background-color: #732FC7;
}
</style>
border-color css
<style>
span { border-color: #732FC7; }
span { border-color: rgb(115,47,199); }
td.TdClassName
{
border-color: #732FC7;
}
.TagClassName
{
border-color: #732FC7;
}
</style>