Shades of Purple Heart #7743BD
Tints of Purple Heart #7743BD
RGB
CMYK
RGB Variations
Color information
#7743BD (or 0x7743BD) is known color: Purple Heart. HEX triplet: 77, 43 and BD. RGB value is (119,67,189). Sum of RGB (Red+Green+Blue) = 119+67+189=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #7743BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7743BD is #88BC42. Grayscale: #606060. Windows color (decimal): -8961091 or 12403575. OLE color: 12403575.
HSL color Cylindrical-coordinate representation of color #7743BD: hue angle of 265.57º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7743BD is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 67 | 189 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.26 |
| HSL | 265.57º | 0.48% | 0.5% | - |
| HSV(B) | 265.57º | 0.65% | 0.74% | - |
| XYZ | 18.8 | 11.61 | 49.39 | - |
| YUV | 96.46 | 180.23 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 189 | 0.37 | 0.65 | 0 | 0.26 | 265.57 | 0.48 | 0.5 |
| Hex | 77 | 43 | BD | 25 | 41 | 0 | 1A | 10A | 30 | 32 |
| Octal | 167 | 103 | 275 | 45 | 101 | 0 | 32 | 412 | 60 | 62 |
| Binary | 1110111 | 1000011 | 10111101 | 100101 | 1000001 | 0 | 11010 | 100001010 | 110000 | 110010 |
Color Harmonies of #7743BD
Complementary color
Monochromatic Colors of #7743BD
Black with #7743BD
Text Example
Text Example
White with #7743BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7743BD; }
p { color: rgb(119,67,189); }
H1.HeaderClassName
{
color: #7743BD;
}
.AnyTagClassName
{
color: #7743BD;
}
</style>
background-color css
<style>
a { background-color: #7743BD; }
a { background-color: rgb(119,67,189); }
div.DivClassName
{
background-color: #7743BD;
}
.BgClassName
{
background-color: #7743BD;
}
</style>
border-color css
<style>
span { border-color: #7743BD; }
span { border-color: rgb(119,67,189); }
td.TdClassName
{
border-color: #7743BD;
}
.TagClassName
{
border-color: #7743BD;
}
</style>