Shades of Purple Heart #742CB6
Tints of Purple Heart #742CB6
RGB
CMYK
RGB Variations
Color information
#742CB6 (or 0x742CB6) is known color: Purple Heart. HEX triplet: 74, 2C and B6. RGB value is (116,44,182). Sum of RGB (Red+Green+Blue) = 116+44+182=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 182 (71.48% from 255 or 53.22% from 342); Max value from RGB is 182 - color contains mainly: blue. Hex color #742CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742CB6 is #8BD349. Grayscale: #505050. Windows color (decimal): -9163594 or 11938932. OLE color: 11938932.
HSL color Cylindrical-coordinate representation of color #742CB6: hue angle of 271.3º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742CB6 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 44 | 182 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.29 |
| HSL | 271.3º | 0.61% | 0.44% | - |
| HSV(B) | 271.3º | 0.76% | 0.71% | - |
| XYZ | 16.55 | 8.89 | 45.1 | - |
| YUV | 81.26 | 184.85 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 182 | 0.36 | 0.76 | 0 | 0.29 | 271.3 | 0.61 | 0.44 |
| Hex | 74 | 2C | B6 | 24 | 4C | 0 | 1D | 10F | 3D | 2C |
| Octal | 164 | 54 | 266 | 44 | 114 | 0 | 35 | 417 | 75 | 54 |
| Binary | 1110100 | 101100 | 10110110 | 100100 | 1001100 | 0 | 11101 | 100001111 | 111101 | 101100 |
Color Harmonies of #742CB6
Complementary color
Monochromatic Colors of #742CB6
Black with #742CB6
Text Example
Text Example
White with #742CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742CB6; }
p { color: rgb(116,44,182); }
H1.HeaderClassName
{
color: #742CB6;
}
.AnyTagClassName
{
color: #742CB6;
}
</style>
background-color css
<style>
a { background-color: #742CB6; }
a { background-color: rgb(116,44,182); }
div.DivClassName
{
background-color: #742CB6;
}
.BgClassName
{
background-color: #742CB6;
}
</style>
border-color css
<style>
span { border-color: #742CB6; }
span { border-color: rgb(116,44,182); }
td.TdClassName
{
border-color: #742CB6;
}
.TagClassName
{
border-color: #742CB6;
}
</style>