Shades of Purple Heart #742DCC
Tints of Purple Heart #742DCC
RGB
CMYK
RGB Variations
Color information
#742DCC (or 0x742DCC) is known color: Purple Heart. HEX triplet: 74, 2D and CC. RGB value is (116,45,204). Sum of RGB (Red+Green+Blue) = 116+45+204=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #742DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742DCC is #8BD233. Grayscale: #535353. Windows color (decimal): -9163316 or 13380980. OLE color: 13380980.
HSL color Cylindrical-coordinate representation of color #742DCC: hue angle of 266.79º degrees, saturation: 0.64, 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 #742DCC is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 45 | 204 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.2 |
| HSL | 266.79º | 0.64% | 0.49% | - |
| HSV(B) | 266.79º | 0.78% | 0.8% | - |
| XYZ | 19.04 | 9.95 | 58.04 | - |
| YUV | 84.36 | 195.52 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 204 | 0.43 | 0.78 | 0 | 0.2 | 266.79 | 0.64 | 0.49 |
| Hex | 74 | 2D | CC | 2B | 4E | 0 | 14 | 10B | 40 | 31 |
| Octal | 164 | 55 | 314 | 53 | 116 | 0 | 24 | 413 | 100 | 61 |
| Binary | 1110100 | 101101 | 11001100 | 101011 | 1001110 | 0 | 10100 | 100001011 | 1000000 | 110001 |
Color Harmonies of #742DCC
Complementary color
Monochromatic Colors of #742DCC
Black with #742DCC
Text Example
Text Example
White with #742DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742DCC; }
p { color: rgb(116,45,204); }
H1.HeaderClassName
{
color: #742DCC;
}
.AnyTagClassName
{
color: #742DCC;
}
</style>
background-color css
<style>
a { background-color: #742DCC; }
a { background-color: rgb(116,45,204); }
div.DivClassName
{
background-color: #742DCC;
}
.BgClassName
{
background-color: #742DCC;
}
</style>
border-color css
<style>
span { border-color: #742DCC; }
span { border-color: rgb(116,45,204); }
td.TdClassName
{
border-color: #742DCC;
}
.TagClassName
{
border-color: #742DCC;
}
</style>