Shades of Purple Heart #742CCC
Tints of Purple Heart #742CCC
RGB
CMYK
RGB Variations
Color information
#742CCC (or 0x742CCC) is known color: Purple Heart. HEX triplet: 74, 2C and CC. RGB value is (116,44,204). Sum of RGB (Red+Green+Blue) = 116+44+204=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #742CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742CCC is #8BD333. Grayscale: #535353. Windows color (decimal): -9163572 or 13380724. OLE color: 13380724.
HSL color Cylindrical-coordinate representation of color #742CCC: hue angle of 267º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #742CCC is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 44 | 204 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.2 |
| HSL | 267º | 0.65% | 0.49% | - |
| HSV(B) | 267º | 0.78% | 0.8% | - |
| XYZ | 19 | 9.87 | 58.03 | - |
| YUV | 83.77 | 195.85 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 204 | 0.43 | 0.78 | 0 | 0.2 | 267 | 0.65 | 0.49 |
| Hex | 74 | 2C | CC | 2B | 4E | 0 | 14 | 10B | 41 | 31 |
| Octal | 164 | 54 | 314 | 53 | 116 | 0 | 24 | 413 | 101 | 61 |
| Binary | 1110100 | 101100 | 11001100 | 101011 | 1001110 | 0 | 10100 | 100001011 | 1000001 | 110001 |
Color Harmonies of #742CCC
Complementary color
Monochromatic Colors of #742CCC
Black with #742CCC
Text Example
Text Example
White with #742CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742CCC; }
p { color: rgb(116,44,204); }
H1.HeaderClassName
{
color: #742CCC;
}
.AnyTagClassName
{
color: #742CCC;
}
</style>
background-color css
<style>
a { background-color: #742CCC; }
a { background-color: rgb(116,44,204); }
div.DivClassName
{
background-color: #742CCC;
}
.BgClassName
{
background-color: #742CCC;
}
</style>
border-color css
<style>
span { border-color: #742CCC; }
span { border-color: rgb(116,44,204); }
td.TdClassName
{
border-color: #742CCC;
}
.TagClassName
{
border-color: #742CCC;
}
</style>