Shades of Purple Heart #742AAF
Tints of Purple Heart #742AAF
RGB
CMYK
RGB Variations
Color information
#742AAF (or 0x742AAF) is known color: Purple Heart. HEX triplet: 74, 2A and AF. RGB value is (116,42,175). Sum of RGB (Red+Green+Blue) = 116+42+175=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #742AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742AAF is #8BD550. Grayscale: #4E4E4E. Windows color (decimal): -9164113 or 11479668. OLE color: 11479668.
HSL color Cylindrical-coordinate representation of color #742AAF: hue angle of 273.38º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742AAF is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 42 | 175 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.31 |
| HSL | 273.38º | 0.61% | 0.43% | - |
| HSV(B) | 273.38º | 0.76% | 0.69% | - |
| XYZ | 15.77 | 8.46 | 41.36 | - |
| YUV | 79.29 | 182.02 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 175 | 0.34 | 0.76 | 0 | 0.31 | 273.38 | 0.61 | 0.43 |
| Hex | 74 | 2A | AF | 22 | 4C | 0 | 1F | 111 | 3D | 2B |
| Octal | 164 | 52 | 257 | 42 | 114 | 0 | 37 | 421 | 75 | 53 |
| Binary | 1110100 | 101010 | 10101111 | 100010 | 1001100 | 0 | 11111 | 100010001 | 111101 | 101011 |
Color Harmonies of #742AAF
Complementary color
Monochromatic Colors of #742AAF
Black with #742AAF
Text Example
Text Example
White with #742AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742AAF; }
p { color: rgb(116,42,175); }
H1.HeaderClassName
{
color: #742AAF;
}
.AnyTagClassName
{
color: #742AAF;
}
</style>
background-color css
<style>
a { background-color: #742AAF; }
a { background-color: rgb(116,42,175); }
div.DivClassName
{
background-color: #742AAF;
}
.BgClassName
{
background-color: #742AAF;
}
</style>
border-color css
<style>
span { border-color: #742AAF; }
span { border-color: rgb(116,42,175); }
td.TdClassName
{
border-color: #742AAF;
}
.TagClassName
{
border-color: #742AAF;
}
</style>