Shades of Purple Heart #742BBC
Tints of Purple Heart #742BBC
RGB
CMYK
RGB Variations
Color information
#742BBC (or 0x742BBC) is known color: Purple Heart. HEX triplet: 74, 2B and BC. RGB value is (116,43,188). Sum of RGB (Red+Green+Blue) = 116+43+188=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #742BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742BBC is #8BD443. Grayscale: #505050. Windows color (decimal): -9163844 or 12331892. OLE color: 12331892.
HSL color Cylindrical-coordinate representation of color #742BBC: hue angle of 270.21º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #742BBC is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 43 | 188 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.26 |
| HSL | 270.21º | 0.63% | 0.45% | - |
| HSV(B) | 270.21º | 0.77% | 0.74% | - |
| XYZ | 17.14 | 9.07 | 48.42 | - |
| YUV | 81.36 | 188.18 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 188 | 0.38 | 0.77 | 0 | 0.26 | 270.21 | 0.63 | 0.45 |
| Hex | 74 | 2B | BC | 26 | 4D | 0 | 1A | 10E | 3F | 2D |
| Octal | 164 | 53 | 274 | 46 | 115 | 0 | 32 | 416 | 77 | 55 |
| Binary | 1110100 | 101011 | 10111100 | 100110 | 1001101 | 0 | 11010 | 100001110 | 111111 | 101101 |
Color Harmonies of #742BBC
Complementary color
Monochromatic Colors of #742BBC
Black with #742BBC
Text Example
Text Example
White with #742BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742BBC; }
p { color: rgb(116,43,188); }
H1.HeaderClassName
{
color: #742BBC;
}
.AnyTagClassName
{
color: #742BBC;
}
</style>
background-color css
<style>
a { background-color: #742BBC; }
a { background-color: rgb(116,43,188); }
div.DivClassName
{
background-color: #742BBC;
}
.BgClassName
{
background-color: #742BBC;
}
</style>
border-color css
<style>
span { border-color: #742BBC; }
span { border-color: rgb(116,43,188); }
td.TdClassName
{
border-color: #742BBC;
}
.TagClassName
{
border-color: #742BBC;
}
</style>