Shades of Purple Heart #742CC1
Tints of Purple Heart #742CC1
RGB
CMYK
RGB Variations
Color information
#742CC1 (or 0x742CC1) is known color: Purple Heart. HEX triplet: 74, 2C and C1. RGB value is (116,44,193). Sum of RGB (Red+Green+Blue) = 116+44+193=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #742CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742CC1 is #8BD33E. Grayscale: #515151. Windows color (decimal): -9163583 or 12659828. OLE color: 12659828.
HSL color Cylindrical-coordinate representation of color #742CC1: hue angle of 268.99º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #742CC1 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 44 | 193 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.24 |
| HSL | 268.99º | 0.63% | 0.46% | - |
| HSV(B) | 268.99º | 0.77% | 0.76% | - |
| XYZ | 17.73 | 9.36 | 51.33 | - |
| YUV | 82.51 | 190.35 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 193 | 0.40 | 0.77 | 0 | 0.24 | 268.99 | 0.63 | 0.46 |
| Hex | 74 | 2C | C1 | 28 | 4D | 0 | 18 | 10D | 3F | 2E |
| Octal | 164 | 54 | 301 | 50 | 115 | 0 | 30 | 415 | 77 | 56 |
| Binary | 1110100 | 101100 | 11000001 | 101000 | 1001101 | 0 | 11000 | 100001101 | 111111 | 101110 |
Color Harmonies of #742CC1
Complementary color
Monochromatic Colors of #742CC1
Black with #742CC1
Text Example
Text Example
White with #742CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742CC1; }
p { color: rgb(116,44,193); }
H1.HeaderClassName
{
color: #742CC1;
}
.AnyTagClassName
{
color: #742CC1;
}
</style>
background-color css
<style>
a { background-color: #742CC1; }
a { background-color: rgb(116,44,193); }
div.DivClassName
{
background-color: #742CC1;
}
.BgClassName
{
background-color: #742CC1;
}
</style>
border-color css
<style>
span { border-color: #742CC1; }
span { border-color: rgb(116,44,193); }
td.TdClassName
{
border-color: #742CC1;
}
.TagClassName
{
border-color: #742CC1;
}
</style>