Shades of Purple Heart #7337CC
Tints of Purple Heart #7337CC
RGB
CMYK
RGB Variations
Color information
#7337CC (or 0x7337CC) is known color: Purple Heart. HEX triplet: 73, 37 and CC. RGB value is (115,55,204). Sum of RGB (Red+Green+Blue) = 115+55+204=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #7337CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7337CC is #8CC833. Grayscale: #595959. Windows color (decimal): -9226292 or 13383539. OLE color: 13383539.
HSL color Cylindrical-coordinate representation of color #7337CC: hue angle of 264.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7337CC is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 55 | 204 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.2 |
| HSL | 264.16º | 0.59% | 0.51% | - |
| HSV(B) | 264.16º | 0.73% | 0.8% | - |
| XYZ | 19.34 | 10.74 | 58.18 | - |
| YUV | 89.93 | 192.38 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 204 | 0.44 | 0.73 | 0 | 0.2 | 264.16 | 0.59 | 0.51 |
| Hex | 73 | 37 | CC | 2C | 49 | 0 | 14 | 108 | 3B | 33 |
| Octal | 163 | 67 | 314 | 54 | 111 | 0 | 24 | 410 | 73 | 63 |
| Binary | 1110011 | 110111 | 11001100 | 101100 | 1001001 | 0 | 10100 | 100001000 | 111011 | 110011 |
Color Harmonies of #7337CC
Complementary color
Monochromatic Colors of #7337CC
Black with #7337CC
Text Example
Text Example
White with #7337CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7337CC; }
p { color: rgb(115,55,204); }
H1.HeaderClassName
{
color: #7337CC;
}
.AnyTagClassName
{
color: #7337CC;
}
</style>
background-color css
<style>
a { background-color: #7337CC; }
a { background-color: rgb(115,55,204); }
div.DivClassName
{
background-color: #7337CC;
}
.BgClassName
{
background-color: #7337CC;
}
</style>
border-color css
<style>
span { border-color: #7337CC; }
span { border-color: rgb(115,55,204); }
td.TdClassName
{
border-color: #7337CC;
}
.TagClassName
{
border-color: #7337CC;
}
</style>