Shades of Purple Heart #742DB3
Tints of Purple Heart #742DB3
RGB
CMYK
RGB Variations
Color information
#742DB3 (or 0x742DB3) is known color: Purple Heart. HEX triplet: 74, 2D and B3. RGB value is (116,45,179). Sum of RGB (Red+Green+Blue) = 116+45+179=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #742DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742DB3 is #8BD24C. Grayscale: #515151. Windows color (decimal): -9163341 or 11742580. OLE color: 11742580.
HSL color Cylindrical-coordinate representation of color #742DB3: hue angle of 271.79º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #742DB3 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 45 | 179 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.30 |
| HSL | 271.79º | 0.6% | 0.44% | - |
| HSV(B) | 271.79º | 0.75% | 0.7% | - |
| XYZ | 16.28 | 8.84 | 43.5 | - |
| YUV | 81.51 | 183.02 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 179 | 0.35 | 0.75 | 0 | 0.30 | 271.79 | 0.6 | 0.44 |
| Hex | 74 | 2D | B3 | 23 | 4B | 0 | 1E | 110 | 3C | 2C |
| Octal | 164 | 55 | 263 | 43 | 113 | 0 | 36 | 420 | 74 | 54 |
| Binary | 1110100 | 101101 | 10110011 | 100011 | 1001011 | 0 | 11110 | 100010000 | 111100 | 101100 |
Color Harmonies of #742DB3
Complementary color
Monochromatic Colors of #742DB3
Black with #742DB3
Text Example
Text Example
White with #742DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742DB3; }
p { color: rgb(116,45,179); }
H1.HeaderClassName
{
color: #742DB3;
}
.AnyTagClassName
{
color: #742DB3;
}
</style>
background-color css
<style>
a { background-color: #742DB3; }
a { background-color: rgb(116,45,179); }
div.DivClassName
{
background-color: #742DB3;
}
.BgClassName
{
background-color: #742DB3;
}
</style>
border-color css
<style>
span { border-color: #742DB3; }
span { border-color: rgb(116,45,179); }
td.TdClassName
{
border-color: #742DB3;
}
.TagClassName
{
border-color: #742DB3;
}
</style>