Shades of Purple Heart #743BCD
Tints of Purple Heart #743BCD
RGB
CMYK
RGB Variations
Color information
#743BCD (or 0x743BCD) is known color: Purple Heart. HEX triplet: 74, 3B and CD. RGB value is (116,59,205). Sum of RGB (Red+Green+Blue) = 116+59+205=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #743BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743BCD is #8BC432. Grayscale: #5C5C5C. Windows color (decimal): -9159731 or 13450100. OLE color: 13450100.
HSL color Cylindrical-coordinate representation of color #743BCD: hue angle of 263.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #743BCD is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 59 | 205 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.20 |
| HSL | 263.42º | 0.59% | 0.52% | - |
| HSV(B) | 263.42º | 0.71% | 0.8% | - |
| XYZ | 19.79 | 11.25 | 58.89 | - |
| YUV | 92.69 | 191.38 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 205 | 0.43 | 0.71 | 0 | 0.20 | 263.42 | 0.59 | 0.52 |
| Hex | 74 | 3B | CD | 2B | 47 | 0 | 14 | 107 | 3B | 34 |
| Octal | 164 | 73 | 315 | 53 | 107 | 0 | 24 | 407 | 73 | 64 |
| Binary | 1110100 | 111011 | 11001101 | 101011 | 1000111 | 0 | 10100 | 100000111 | 111011 | 110100 |
Color Harmonies of #743BCD
Complementary color
Monochromatic Colors of #743BCD
Black with #743BCD
Text Example
Text Example
White with #743BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743BCD; }
p { color: rgb(116,59,205); }
H1.HeaderClassName
{
color: #743BCD;
}
.AnyTagClassName
{
color: #743BCD;
}
</style>
background-color css
<style>
a { background-color: #743BCD; }
a { background-color: rgb(116,59,205); }
div.DivClassName
{
background-color: #743BCD;
}
.BgClassName
{
background-color: #743BCD;
}
</style>
border-color css
<style>
span { border-color: #743BCD; }
span { border-color: rgb(116,59,205); }
td.TdClassName
{
border-color: #743BCD;
}
.TagClassName
{
border-color: #743BCD;
}
</style>