Shades of Purple Heart #743AD0
Tints of Purple Heart #743AD0
RGB
CMYK
RGB Variations
Color information
#743AD0 (or 0x743AD0) is known color: Purple Heart. HEX triplet: 74, 3A and D0. RGB value is (116,58,208). Sum of RGB (Red+Green+Blue) = 116+58+208=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #743AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743AD0 is #8BC52F. Grayscale: #5B5B5B. Windows color (decimal): -9159984 or 13646452. OLE color: 13646452.
HSL color Cylindrical-coordinate representation of color #743AD0: hue angle of 263.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743AD0 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 58 | 208 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.18 |
| HSL | 263.2º | 0.61% | 0.52% | - |
| HSV(B) | 263.2º | 0.72% | 0.82% | - |
| XYZ | 20.1 | 11.29 | 60.79 | - |
| YUV | 92.44 | 193.22 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 208 | 0.44 | 0.72 | 0 | 0.18 | 263.2 | 0.61 | 0.52 |
| Hex | 74 | 3A | D0 | 2C | 48 | 0 | 12 | 107 | 3D | 34 |
| Octal | 164 | 72 | 320 | 54 | 110 | 0 | 22 | 407 | 75 | 64 |
| Binary | 1110100 | 111010 | 11010000 | 101100 | 1001000 | 0 | 10010 | 100000111 | 111101 | 110100 |
Color Harmonies of #743AD0
Complementary color
Monochromatic Colors of #743AD0
Black with #743AD0
Text Example
Text Example
White with #743AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743AD0; }
p { color: rgb(116,58,208); }
H1.HeaderClassName
{
color: #743AD0;
}
.AnyTagClassName
{
color: #743AD0;
}
</style>
background-color css
<style>
a { background-color: #743AD0; }
a { background-color: rgb(116,58,208); }
div.DivClassName
{
background-color: #743AD0;
}
.BgClassName
{
background-color: #743AD0;
}
</style>
border-color css
<style>
span { border-color: #743AD0; }
span { border-color: rgb(116,58,208); }
td.TdClassName
{
border-color: #743AD0;
}
.TagClassName
{
border-color: #743AD0;
}
</style>