Shades of Purple Heart #7431CC
Tints of Purple Heart #7431CC
RGB
CMYK
RGB Variations
Color information
#7431CC (or 0x7431CC) is known color: Purple Heart. HEX triplet: 74, 31 and CC. RGB value is (116,49,204). Sum of RGB (Red+Green+Blue) = 116+49+204=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #7431CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7431CC is #8BCE33. Grayscale: #565656. Windows color (decimal): -9162292 or 13382004. OLE color: 13382004.
HSL color Cylindrical-coordinate representation of color #7431CC: hue angle of 265.94º 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 #7431CC is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 49 | 204 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.2 |
| HSL | 265.94º | 0.61% | 0.5% | - |
| HSV(B) | 265.94º | 0.76% | 0.8% | - |
| XYZ | 19.2 | 10.27 | 58.1 | - |
| YUV | 86.7 | 194.2 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 49 | 204 | 0.43 | 0.76 | 0 | 0.2 | 265.94 | 0.61 | 0.5 |
| Hex | 74 | 31 | CC | 2B | 4C | 0 | 14 | 10A | 3D | 32 |
| Octal | 164 | 61 | 314 | 53 | 114 | 0 | 24 | 412 | 75 | 62 |
| Binary | 1110100 | 110001 | 11001100 | 101011 | 1001100 | 0 | 10100 | 100001010 | 111101 | 110010 |
Color Harmonies of #7431CC
Complementary color
Monochromatic Colors of #7431CC
Black with #7431CC
Text Example
Text Example
White with #7431CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7431CC; }
p { color: rgb(116,49,204); }
H1.HeaderClassName
{
color: #7431CC;
}
.AnyTagClassName
{
color: #7431CC;
}
</style>
background-color css
<style>
a { background-color: #7431CC; }
a { background-color: rgb(116,49,204); }
div.DivClassName
{
background-color: #7431CC;
}
.BgClassName
{
background-color: #7431CC;
}
</style>
border-color css
<style>
span { border-color: #7431CC; }
span { border-color: rgb(116,49,204); }
td.TdClassName
{
border-color: #7431CC;
}
.TagClassName
{
border-color: #7431CC;
}
</style>