Shades of Purple Heart #743FBD
Tints of Purple Heart #743FBD
RGB
CMYK
RGB Variations
Color information
#743FBD (or 0x743FBD) is known color: Purple Heart. HEX triplet: 74, 3F and BD. RGB value is (116,63,189). Sum of RGB (Red+Green+Blue) = 116+63+189=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #743FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FBD is #8BC042. Grayscale: #5C5C5C. Windows color (decimal): -9158723 or 12402548. OLE color: 12402548.
HSL color Cylindrical-coordinate representation of color #743FBD: hue angle of 265.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #743FBD is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 63 | 189 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.26 |
| HSL | 265.24º | 0.5% | 0.49% | - |
| HSV(B) | 265.24º | 0.67% | 0.74% | - |
| XYZ | 18.17 | 10.94 | 49.3 | - |
| YUV | 93.21 | 182.06 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 189 | 0.39 | 0.67 | 0 | 0.26 | 265.24 | 0.5 | 0.49 |
| Hex | 74 | 3F | BD | 27 | 43 | 0 | 1A | 109 | 32 | 31 |
| Octal | 164 | 77 | 275 | 47 | 103 | 0 | 32 | 411 | 62 | 61 |
| Binary | 1110100 | 111111 | 10111101 | 100111 | 1000011 | 0 | 11010 | 100001001 | 110010 | 110001 |
Color Harmonies of #743FBD
Complementary color
Monochromatic Colors of #743FBD
Black with #743FBD
Text Example
Text Example
White with #743FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743FBD; }
p { color: rgb(116,63,189); }
H1.HeaderClassName
{
color: #743FBD;
}
.AnyTagClassName
{
color: #743FBD;
}
</style>
background-color css
<style>
a { background-color: #743FBD; }
a { background-color: rgb(116,63,189); }
div.DivClassName
{
background-color: #743FBD;
}
.BgClassName
{
background-color: #743FBD;
}
</style>
border-color css
<style>
span { border-color: #743FBD; }
span { border-color: rgb(116,63,189); }
td.TdClassName
{
border-color: #743FBD;
}
.TagClassName
{
border-color: #743FBD;
}
</style>