Shades of Purple Heart #7331CC
Tints of Purple Heart #7331CC
RGB
CMYK
RGB Variations
Color information
#7331CC (or 0x7331CC) is known color: Purple Heart. HEX triplet: 73, 31 and CC. RGB value is (115,49,204). Sum of RGB (Red+Green+Blue) = 115+49+204=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #7331CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7331CC is #8CCE33. Grayscale: #555555. Windows color (decimal): -9227828 or 13382003. OLE color: 13382003.
HSL color Cylindrical-coordinate representation of color #7331CC: hue angle of 265.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7331CC is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 49 | 204 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.2 |
| HSL | 265.55º | 0.61% | 0.5% | - |
| HSV(B) | 265.55º | 0.76% | 0.8% | - |
| XYZ | 19.07 | 10.2 | 58.09 | - |
| YUV | 86.4 | 194.37 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 204 | 0.44 | 0.76 | 0 | 0.2 | 265.55 | 0.61 | 0.5 |
| Hex | 73 | 31 | CC | 2C | 4C | 0 | 14 | 10A | 3D | 32 |
| Octal | 163 | 61 | 314 | 54 | 114 | 0 | 24 | 412 | 75 | 62 |
| Binary | 1110011 | 110001 | 11001100 | 101100 | 1001100 | 0 | 10100 | 100001010 | 111101 | 110010 |
Color Harmonies of #7331CC
Complementary color
Monochromatic Colors of #7331CC
Black with #7331CC
Text Example
Text Example
White with #7331CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7331CC; }
p { color: rgb(115,49,204); }
H1.HeaderClassName
{
color: #7331CC;
}
.AnyTagClassName
{
color: #7331CC;
}
</style>
background-color css
<style>
a { background-color: #7331CC; }
a { background-color: rgb(115,49,204); }
div.DivClassName
{
background-color: #7331CC;
}
.BgClassName
{
background-color: #7331CC;
}
</style>
border-color css
<style>
span { border-color: #7331CC; }
span { border-color: rgb(115,49,204); }
td.TdClassName
{
border-color: #7331CC;
}
.TagClassName
{
border-color: #7331CC;
}
</style>