Shades of Purple Heart #741AB3
Tints of Purple Heart #741AB3
RGB
CMYK
RGB Variations
Color information
#741AB3 (or 0x741AB3) is known color: Purple Heart. HEX triplet: 74, 1A and B3. RGB value is (116,26,179). Sum of RGB (Red+Green+Blue) = 116+26+179=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 179 (70.31% from 255 or 55.76% from 321); Max value from RGB is 179 - color contains mainly: blue. Hex color #741AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741AB3 is #8BE54C. Grayscale: #454545. Windows color (decimal): -9168205 or 11737716. OLE color: 11737716.
HSL color Cylindrical-coordinate representation of color #741AB3: hue angle of 275.29º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741AB3 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 26 | 179 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.30 |
| HSL | 275.29º | 0.75% | 0.4% | - |
| HSV(B) | 275.29º | 0.85% | 0.7% | - |
| XYZ | 15.71 | 7.71 | 43.31 | - |
| YUV | 70.35 | 189.32 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 179 | 0.35 | 0.85 | 0 | 0.30 | 275.29 | 0.75 | 0.4 |
| Hex | 74 | 1A | B3 | 23 | 55 | 0 | 1E | 113 | 4B | 28 |
| Octal | 164 | 32 | 263 | 43 | 125 | 0 | 36 | 423 | 113 | 50 |
| Binary | 1110100 | 11010 | 10110011 | 100011 | 1010101 | 0 | 11110 | 100010011 | 1001011 | 101000 |
Color Harmonies of #741AB3
Complementary color
Monochromatic Colors of #741AB3
Black with #741AB3
Text Example
Text Example
White with #741AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741AB3; }
p { color: rgb(116,26,179); }
H1.HeaderClassName
{
color: #741AB3;
}
.AnyTagClassName
{
color: #741AB3;
}
</style>
background-color css
<style>
a { background-color: #741AB3; }
a { background-color: rgb(116,26,179); }
div.DivClassName
{
background-color: #741AB3;
}
.BgClassName
{
background-color: #741AB3;
}
</style>
border-color css
<style>
span { border-color: #741AB3; }
span { border-color: rgb(116,26,179); }
td.TdClassName
{
border-color: #741AB3;
}
.TagClassName
{
border-color: #741AB3;
}
</style>