Shades of Purple Heart #743BBD
Tints of Purple Heart #743BBD
RGB
CMYK
RGB Variations
Color information
#743BBD (or 0x743BBD) is known color: Purple Heart. HEX triplet: 74, 3B and BD. RGB value is (116,59,189). Sum of RGB (Red+Green+Blue) = 116+59+189=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #743BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743BBD is #8BC442. Grayscale: #5A5A5A. Windows color (decimal): -9159747 or 12401524. OLE color: 12401524.
HSL color Cylindrical-coordinate representation of color #743BBD: hue angle of 266.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #743BBD is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 59 | 189 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.26 |
| HSL | 266.31º | 0.52% | 0.49% | - |
| HSV(B) | 266.31º | 0.69% | 0.74% | - |
| XYZ | 17.95 | 10.52 | 49.23 | - |
| YUV | 90.86 | 183.38 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 189 | 0.39 | 0.69 | 0 | 0.26 | 266.31 | 0.52 | 0.49 |
| Hex | 74 | 3B | BD | 27 | 45 | 0 | 1A | 10A | 34 | 31 |
| Octal | 164 | 73 | 275 | 47 | 105 | 0 | 32 | 412 | 64 | 61 |
| Binary | 1110100 | 111011 | 10111101 | 100111 | 1000101 | 0 | 11010 | 100001010 | 110100 | 110001 |
Color Harmonies of #743BBD
Complementary color
Monochromatic Colors of #743BBD
Black with #743BBD
Text Example
Text Example
White with #743BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743BBD; }
p { color: rgb(116,59,189); }
H1.HeaderClassName
{
color: #743BBD;
}
.AnyTagClassName
{
color: #743BBD;
}
</style>
background-color css
<style>
a { background-color: #743BBD; }
a { background-color: rgb(116,59,189); }
div.DivClassName
{
background-color: #743BBD;
}
.BgClassName
{
background-color: #743BBD;
}
</style>
border-color css
<style>
span { border-color: #743BBD; }
span { border-color: rgb(116,59,189); }
td.TdClassName
{
border-color: #743BBD;
}
.TagClassName
{
border-color: #743BBD;
}
</style>