Shades of Purple Heart #7634B6
Tints of Purple Heart #7634B6
RGB
CMYK
RGB Variations
Color information
#7634B6 (or 0x7634B6) is known color: Purple Heart. HEX triplet: 76, 34 and B6. RGB value is (118,52,182). Sum of RGB (Red+Green+Blue) = 118+52+182=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 182 (71.48% from 255 or 51.70% from 352); Max value from RGB is 182 - color contains mainly: blue. Hex color #7634B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7634B6 is #89CB49. Grayscale: #565656. Windows color (decimal): -9030474 or 11940982. OLE color: 11940982.
HSL color Cylindrical-coordinate representation of color #7634B6: hue angle of 270.46º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7634B6 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 52 | 182 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.29 |
| HSL | 270.46º | 0.56% | 0.46% | - |
| HSV(B) | 270.46º | 0.71% | 0.71% | - |
| XYZ | 17.14 | 9.68 | 45.22 | - |
| YUV | 86.55 | 181.87 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 182 | 0.35 | 0.71 | 0 | 0.29 | 270.46 | 0.56 | 0.46 |
| Hex | 76 | 34 | B6 | 23 | 47 | 0 | 1D | 10E | 38 | 2E |
| Octal | 166 | 64 | 266 | 43 | 107 | 0 | 35 | 416 | 70 | 56 |
| Binary | 1110110 | 110100 | 10110110 | 100011 | 1000111 | 0 | 11101 | 100001110 | 111000 | 101110 |
Color Harmonies of #7634B6
Complementary color
Monochromatic Colors of #7634B6
Black with #7634B6
Text Example
Text Example
White with #7634B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7634B6; }
p { color: rgb(118,52,182); }
H1.HeaderClassName
{
color: #7634B6;
}
.AnyTagClassName
{
color: #7634B6;
}
</style>
background-color css
<style>
a { background-color: #7634B6; }
a { background-color: rgb(118,52,182); }
div.DivClassName
{
background-color: #7634B6;
}
.BgClassName
{
background-color: #7634B6;
}
</style>
border-color css
<style>
span { border-color: #7634B6; }
span { border-color: rgb(118,52,182); }
td.TdClassName
{
border-color: #7634B6;
}
.TagClassName
{
border-color: #7634B6;
}
</style>