Shades of Purple Heart #7629B3
Tints of Purple Heart #7629B3
RGB
CMYK
RGB Variations
Color information
#7629B3 (or 0x7629B3) is known color: Purple Heart. HEX triplet: 76, 29 and B3. RGB value is (118,41,179). Sum of RGB (Red+Green+Blue) = 118+41+179=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #7629B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7629B3 is #89D64C. Grayscale: #4F4F4F. Windows color (decimal): -9033293 or 11741558. OLE color: 11741558.
HSL color Cylindrical-coordinate representation of color #7629B3: hue angle of 273.48º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7629B3 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 41 | 179 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.30 |
| HSL | 273.48º | 0.63% | 0.43% | - |
| HSV(B) | 273.48º | 0.77% | 0.7% | - |
| XYZ | 16.4 | 8.69 | 43.46 | - |
| YUV | 79.76 | 184.01 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 179 | 0.34 | 0.77 | 0 | 0.30 | 273.48 | 0.63 | 0.43 |
| Hex | 76 | 29 | B3 | 22 | 4D | 0 | 1E | 111 | 3F | 2B |
| Octal | 166 | 51 | 263 | 42 | 115 | 0 | 36 | 421 | 77 | 53 |
| Binary | 1110110 | 101001 | 10110011 | 100010 | 1001101 | 0 | 11110 | 100010001 | 111111 | 101011 |
Color Harmonies of #7629B3
Complementary color
Monochromatic Colors of #7629B3
Black with #7629B3
Text Example
Text Example
White with #7629B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7629B3; }
p { color: rgb(118,41,179); }
H1.HeaderClassName
{
color: #7629B3;
}
.AnyTagClassName
{
color: #7629B3;
}
</style>
background-color css
<style>
a { background-color: #7629B3; }
a { background-color: rgb(118,41,179); }
div.DivClassName
{
background-color: #7629B3;
}
.BgClassName
{
background-color: #7629B3;
}
</style>
border-color css
<style>
span { border-color: #7629B3; }
span { border-color: rgb(118,41,179); }
td.TdClassName
{
border-color: #7629B3;
}
.TagClassName
{
border-color: #7629B3;
}
</style>