Shades of Purple Heart #743DC2
Tints of Purple Heart #743DC2
RGB
CMYK
RGB Variations
Color information
#743DC2 (or 0x743DC2) is known color: Purple Heart. HEX triplet: 74, 3D and C2. RGB value is (116,61,194). Sum of RGB (Red+Green+Blue) = 116+61+194=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #743DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743DC2 is #8BC23D. Grayscale: #5C5C5C. Windows color (decimal): -9159230 or 12729716. OLE color: 12729716.
HSL color Cylindrical-coordinate representation of color #743DC2: hue angle of 264.81º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #743DC2 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 61 | 194 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.24 |
| HSL | 264.81º | 0.52% | 0.5% | - |
| HSV(B) | 264.81º | 0.69% | 0.76% | - |
| XYZ | 18.61 | 10.95 | 52.17 | - |
| YUV | 92.61 | 185.22 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 194 | 0.40 | 0.69 | 0 | 0.24 | 264.81 | 0.52 | 0.5 |
| Hex | 74 | 3D | C2 | 28 | 45 | 0 | 18 | 109 | 34 | 32 |
| Octal | 164 | 75 | 302 | 50 | 105 | 0 | 30 | 411 | 64 | 62 |
| Binary | 1110100 | 111101 | 11000010 | 101000 | 1000101 | 0 | 11000 | 100001001 | 110100 | 110010 |
Color Harmonies of #743DC2
Complementary color
Monochromatic Colors of #743DC2
Black with #743DC2
Text Example
Text Example
White with #743DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743DC2; }
p { color: rgb(116,61,194); }
H1.HeaderClassName
{
color: #743DC2;
}
.AnyTagClassName
{
color: #743DC2;
}
</style>
background-color css
<style>
a { background-color: #743DC2; }
a { background-color: rgb(116,61,194); }
div.DivClassName
{
background-color: #743DC2;
}
.BgClassName
{
background-color: #743DC2;
}
</style>
border-color css
<style>
span { border-color: #743DC2; }
span { border-color: rgb(116,61,194); }
td.TdClassName
{
border-color: #743DC2;
}
.TagClassName
{
border-color: #743DC2;
}
</style>