Shades of Purple Heart #7643BD
Tints of Purple Heart #7643BD
RGB
CMYK
RGB Variations
Color information
#7643BD (or 0x7643BD) is known color: Purple Heart. HEX triplet: 76, 43 and BD. RGB value is (118,67,189). Sum of RGB (Red+Green+Blue) = 118+67+189=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #7643BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7643BD is #89BC42. Grayscale: #5F5F5F. Windows color (decimal): -9026627 or 12403574. OLE color: 12403574.
HSL color Cylindrical-coordinate representation of color #7643BD: hue angle of 265.08º 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 #7643BD is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 67 | 189 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.26 |
| HSL | 265.08º | 0.48% | 0.5% | - |
| HSV(B) | 265.08º | 0.65% | 0.74% | - |
| XYZ | 18.66 | 11.54 | 49.39 | - |
| YUV | 96.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 189 | 0.38 | 0.65 | 0 | 0.26 | 265.08 | 0.48 | 0.5 |
| Hex | 76 | 43 | BD | 26 | 41 | 0 | 1A | 109 | 30 | 32 |
| Octal | 166 | 103 | 275 | 46 | 101 | 0 | 32 | 411 | 60 | 62 |
| Binary | 1110110 | 1000011 | 10111101 | 100110 | 1000001 | 0 | 11010 | 100001001 | 110000 | 110010 |
Color Harmonies of #7643BD
Complementary color
Monochromatic Colors of #7643BD
Black with #7643BD
Text Example
Text Example
White with #7643BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7643BD; }
p { color: rgb(118,67,189); }
H1.HeaderClassName
{
color: #7643BD;
}
.AnyTagClassName
{
color: #7643BD;
}
</style>
background-color css
<style>
a { background-color: #7643BD; }
a { background-color: rgb(118,67,189); }
div.DivClassName
{
background-color: #7643BD;
}
.BgClassName
{
background-color: #7643BD;
}
</style>
border-color css
<style>
span { border-color: #7643BD; }
span { border-color: rgb(118,67,189); }
td.TdClassName
{
border-color: #7643BD;
}
.TagClassName
{
border-color: #7643BD;
}
</style>