Shades of Purple Heart #7332C0
Tints of Purple Heart #7332C0
RGB
CMYK
RGB Variations
Color information
#7332C0 (or 0x7332C0) is known color: Purple Heart. HEX triplet: 73, 32 and C0. RGB value is (115,50,192). Sum of RGB (Red+Green+Blue) = 115+50+192=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #7332C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7332C0 is #8CCD3F. Grayscale: #555555. Windows color (decimal): -9227584 or 12595827. OLE color: 12595827.
HSL color Cylindrical-coordinate representation of color #7332C0: hue angle of 267.46º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7332C0 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 50 | 192 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.25 |
| HSL | 267.46º | 0.59% | 0.47% | - |
| HSV(B) | 267.46º | 0.74% | 0.75% | - |
| XYZ | 17.73 | 9.73 | 50.81 | - |
| YUV | 85.62 | 188.03 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 192 | 0.40 | 0.74 | 0 | 0.25 | 267.46 | 0.59 | 0.47 |
| Hex | 73 | 32 | C0 | 28 | 4A | 0 | 19 | 10B | 3B | 2F |
| Octal | 163 | 62 | 300 | 50 | 112 | 0 | 31 | 413 | 73 | 57 |
| Binary | 1110011 | 110010 | 11000000 | 101000 | 1001010 | 0 | 11001 | 100001011 | 111011 | 101111 |
Color Harmonies of #7332C0
Complementary color
Monochromatic Colors of #7332C0
Black with #7332C0
Text Example
Text Example
White with #7332C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7332C0; }
p { color: rgb(115,50,192); }
H1.HeaderClassName
{
color: #7332C0;
}
.AnyTagClassName
{
color: #7332C0;
}
</style>
background-color css
<style>
a { background-color: #7332C0; }
a { background-color: rgb(115,50,192); }
div.DivClassName
{
background-color: #7332C0;
}
.BgClassName
{
background-color: #7332C0;
}
</style>
border-color css
<style>
span { border-color: #7332C0; }
span { border-color: rgb(115,50,192); }
td.TdClassName
{
border-color: #7332C0;
}
.TagClassName
{
border-color: #7332C0;
}
</style>