Shades of Purple Heart #743ACD
Tints of Purple Heart #743ACD
RGB
CMYK
RGB Variations
Color information
#743ACD (or 0x743ACD) is known color: Purple Heart. HEX triplet: 74, 3A and CD. RGB value is (116,58,205). Sum of RGB (Red+Green+Blue) = 116+58+205=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #743ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ACD is #8BC532. Grayscale: #5B5B5B. Windows color (decimal): -9159987 or 13449844. OLE color: 13449844.
HSL color Cylindrical-coordinate representation of color #743ACD: hue angle of 263.67º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743ACD is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 58 | 205 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.20 |
| HSL | 263.67º | 0.6% | 0.52% | - |
| HSV(B) | 263.67º | 0.72% | 0.8% | - |
| XYZ | 19.73 | 11.15 | 58.87 | - |
| YUV | 92.1 | 191.72 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 205 | 0.43 | 0.72 | 0 | 0.20 | 263.67 | 0.6 | 0.52 |
| Hex | 74 | 3A | CD | 2B | 48 | 0 | 14 | 108 | 3C | 34 |
| Octal | 164 | 72 | 315 | 53 | 110 | 0 | 24 | 410 | 74 | 64 |
| Binary | 1110100 | 111010 | 11001101 | 101011 | 1001000 | 0 | 10100 | 100001000 | 111100 | 110100 |
Color Harmonies of #743ACD
Complementary color
Monochromatic Colors of #743ACD
Black with #743ACD
Text Example
Text Example
White with #743ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743ACD; }
p { color: rgb(116,58,205); }
H1.HeaderClassName
{
color: #743ACD;
}
.AnyTagClassName
{
color: #743ACD;
}
</style>
background-color css
<style>
a { background-color: #743ACD; }
a { background-color: rgb(116,58,205); }
div.DivClassName
{
background-color: #743ACD;
}
.BgClassName
{
background-color: #743ACD;
}
</style>
border-color css
<style>
span { border-color: #743ACD; }
span { border-color: rgb(116,58,205); }
td.TdClassName
{
border-color: #743ACD;
}
.TagClassName
{
border-color: #743ACD;
}
</style>