Shades of Purple Heart #742FB6
Tints of Purple Heart #742FB6
RGB
CMYK
RGB Variations
Color information
#742FB6 (or 0x742FB6) is known color: Purple Heart. HEX triplet: 74, 2F and B6. RGB value is (116,47,182). Sum of RGB (Red+Green+Blue) = 116+47+182=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #742FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742FB6 is #8BD049. Grayscale: #525252. Windows color (decimal): -9162826 or 11939700. OLE color: 11939700.
HSL color Cylindrical-coordinate representation of color #742FB6: hue angle of 270.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742FB6 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 47 | 182 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.29 |
| HSL | 270.67º | 0.59% | 0.45% | - |
| HSV(B) | 270.67º | 0.74% | 0.71% | - |
| XYZ | 16.66 | 9.12 | 45.14 | - |
| YUV | 83.02 | 183.86 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 182 | 0.36 | 0.74 | 0 | 0.29 | 270.67 | 0.59 | 0.45 |
| Hex | 74 | 2F | B6 | 24 | 4A | 0 | 1D | 10F | 3B | 2D |
| Octal | 164 | 57 | 266 | 44 | 112 | 0 | 35 | 417 | 73 | 55 |
| Binary | 1110100 | 101111 | 10110110 | 100100 | 1001010 | 0 | 11101 | 100001111 | 111011 | 101101 |
Color Harmonies of #742FB6
Complementary color
Monochromatic Colors of #742FB6
Black with #742FB6
Text Example
Text Example
White with #742FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742FB6; }
p { color: rgb(116,47,182); }
H1.HeaderClassName
{
color: #742FB6;
}
.AnyTagClassName
{
color: #742FB6;
}
</style>
background-color css
<style>
a { background-color: #742FB6; }
a { background-color: rgb(116,47,182); }
div.DivClassName
{
background-color: #742FB6;
}
.BgClassName
{
background-color: #742FB6;
}
</style>
border-color css
<style>
span { border-color: #742FB6; }
span { border-color: rgb(116,47,182); }
td.TdClassName
{
border-color: #742FB6;
}
.TagClassName
{
border-color: #742FB6;
}
</style>