Shades of Purple Heart #743AC9
Tints of Purple Heart #743AC9
RGB
CMYK
RGB Variations
Color information
#743AC9 (or 0x743AC9) is known color: Purple Heart. HEX triplet: 74, 3A and C9. RGB value is (116,58,201). Sum of RGB (Red+Green+Blue) = 116+58+201=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #743AC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743AC9 is #8BC536. Grayscale: #5B5B5B. Windows color (decimal): -9159991 or 13187700. OLE color: 13187700.
HSL color Cylindrical-coordinate representation of color #743AC9: hue angle of 264.34º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #743AC9 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 58 | 201 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.21 |
| HSL | 264.34º | 0.57% | 0.51% | - |
| HSV(B) | 264.34º | 0.71% | 0.79% | - |
| XYZ | 19.26 | 10.96 | 56.36 | - |
| YUV | 91.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 201 | 0.42 | 0.71 | 0 | 0.21 | 264.34 | 0.57 | 0.51 |
| Hex | 74 | 3A | C9 | 2A | 47 | 0 | 15 | 108 | 39 | 33 |
| Octal | 164 | 72 | 311 | 52 | 107 | 0 | 25 | 410 | 71 | 63 |
| Binary | 1110100 | 111010 | 11001001 | 101010 | 1000111 | 0 | 10101 | 100001000 | 111001 | 110011 |
Color Harmonies of #743AC9
Complementary color
Monochromatic Colors of #743AC9
Black with #743AC9
Text Example
Text Example
White with #743AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743AC9; }
p { color: rgb(116,58,201); }
H1.HeaderClassName
{
color: #743AC9;
}
.AnyTagClassName
{
color: #743AC9;
}
</style>
background-color css
<style>
a { background-color: #743AC9; }
a { background-color: rgb(116,58,201); }
div.DivClassName
{
background-color: #743AC9;
}
.BgClassName
{
background-color: #743AC9;
}
</style>
border-color css
<style>
span { border-color: #743AC9; }
span { border-color: rgb(116,58,201); }
td.TdClassName
{
border-color: #743AC9;
}
.TagClassName
{
border-color: #743AC9;
}
</style>