Shades of Purple Heart #742BB3
Tints of Purple Heart #742BB3
RGB
CMYK
RGB Variations
Color information
#742BB3 (or 0x742BB3) is known color: Purple Heart. HEX triplet: 74, 2B and B3. RGB value is (116,43,179). Sum of RGB (Red+Green+Blue) = 116+43+179=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #742BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742BB3 is #8BD44C. Grayscale: #4F4F4F. Windows color (decimal): -9163853 or 11742068. OLE color: 11742068.
HSL color Cylindrical-coordinate representation of color #742BB3: hue angle of 272.21º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742BB3 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 43 | 179 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.30 |
| HSL | 272.21º | 0.61% | 0.44% | - |
| HSV(B) | 272.21º | 0.76% | 0.7% | - |
| XYZ | 16.2 | 8.7 | 43.47 | - |
| YUV | 80.33 | 183.68 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 179 | 0.35 | 0.76 | 0 | 0.30 | 272.21 | 0.61 | 0.44 |
| Hex | 74 | 2B | B3 | 23 | 4C | 0 | 1E | 110 | 3D | 2C |
| Octal | 164 | 53 | 263 | 43 | 114 | 0 | 36 | 420 | 75 | 54 |
| Binary | 1110100 | 101011 | 10110011 | 100011 | 1001100 | 0 | 11110 | 100010000 | 111101 | 101100 |
Color Harmonies of #742BB3
Complementary color
Monochromatic Colors of #742BB3
Black with #742BB3
Text Example
Text Example
White with #742BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742BB3; }
p { color: rgb(116,43,179); }
H1.HeaderClassName
{
color: #742BB3;
}
.AnyTagClassName
{
color: #742BB3;
}
</style>
background-color css
<style>
a { background-color: #742BB3; }
a { background-color: rgb(116,43,179); }
div.DivClassName
{
background-color: #742BB3;
}
.BgClassName
{
background-color: #742BB3;
}
</style>
border-color css
<style>
span { border-color: #742BB3; }
span { border-color: rgb(116,43,179); }
td.TdClassName
{
border-color: #742BB3;
}
.TagClassName
{
border-color: #742BB3;
}
</style>