Shades of Purple Heart #743DC9
Tints of Purple Heart #743DC9
RGB
CMYK
RGB Variations
Color information
#743DC9 (or 0x743DC9) is known color: Purple Heart. HEX triplet: 74, 3D and C9. RGB value is (116,61,201). Sum of RGB (Red+Green+Blue) = 116+61+201=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #743DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743DC9 is #8BC236. Grayscale: #5C5C5C. Windows color (decimal): -9159223 or 13188468. OLE color: 13188468.
HSL color Cylindrical-coordinate representation of color #743DC9: hue angle of 263.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #743DC9 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 61 | 201 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.21 |
| HSL | 263.57º | 0.56% | 0.51% | - |
| HSV(B) | 263.57º | 0.7% | 0.79% | - |
| XYZ | 19.41 | 11.27 | 56.41 | - |
| YUV | 93.41 | 188.72 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 201 | 0.42 | 0.70 | 0 | 0.21 | 263.57 | 0.56 | 0.51 |
| Hex | 74 | 3D | C9 | 2A | 46 | 0 | 15 | 108 | 38 | 33 |
| Octal | 164 | 75 | 311 | 52 | 106 | 0 | 25 | 410 | 70 | 63 |
| Binary | 1110100 | 111101 | 11001001 | 101010 | 1000110 | 0 | 10101 | 100001000 | 111000 | 110011 |
Color Harmonies of #743DC9
Complementary color
Monochromatic Colors of #743DC9
Black with #743DC9
Text Example
Text Example
White with #743DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743DC9; }
p { color: rgb(116,61,201); }
H1.HeaderClassName
{
color: #743DC9;
}
.AnyTagClassName
{
color: #743DC9;
}
</style>
background-color css
<style>
a { background-color: #743DC9; }
a { background-color: rgb(116,61,201); }
div.DivClassName
{
background-color: #743DC9;
}
.BgClassName
{
background-color: #743DC9;
}
</style>
border-color css
<style>
span { border-color: #743DC9; }
span { border-color: rgb(116,61,201); }
td.TdClassName
{
border-color: #743DC9;
}
.TagClassName
{
border-color: #743DC9;
}
</style>