Shades of Purple Heart #7632CE
Tints of Purple Heart #7632CE
RGB
CMYK
RGB Variations
Color information
#7632CE (or 0x7632CE) is known color: Purple Heart. HEX triplet: 76, 32 and CE. RGB value is (118,50,206). Sum of RGB (Red+Green+Blue) = 118+50+206=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #7632CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7632CE is #89CD31. Grayscale: #575757. Windows color (decimal): -9030962 or 13513334. OLE color: 13513334.
HSL color Cylindrical-coordinate representation of color #7632CE: hue angle of 266.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7632CE is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 50 | 206 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.19 |
| HSL | 266.15º | 0.61% | 0.5% | - |
| HSV(B) | 266.15º | 0.76% | 0.81% | - |
| XYZ | 19.75 | 10.59 | 59.4 | - |
| YUV | 88.12 | 194.53 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 206 | 0.43 | 0.76 | 0 | 0.19 | 266.15 | 0.61 | 0.5 |
| Hex | 76 | 32 | CE | 2B | 4C | 0 | 13 | 10A | 3D | 32 |
| Octal | 166 | 62 | 316 | 53 | 114 | 0 | 23 | 412 | 75 | 62 |
| Binary | 1110110 | 110010 | 11001110 | 101011 | 1001100 | 0 | 10011 | 100001010 | 111101 | 110010 |
Color Harmonies of #7632CE
Complementary color
Monochromatic Colors of #7632CE
Black with #7632CE
Text Example
Text Example
White with #7632CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7632CE; }
p { color: rgb(118,50,206); }
H1.HeaderClassName
{
color: #7632CE;
}
.AnyTagClassName
{
color: #7632CE;
}
</style>
background-color css
<style>
a { background-color: #7632CE; }
a { background-color: rgb(118,50,206); }
div.DivClassName
{
background-color: #7632CE;
}
.BgClassName
{
background-color: #7632CE;
}
</style>
border-color css
<style>
span { border-color: #7632CE; }
span { border-color: rgb(118,50,206); }
td.TdClassName
{
border-color: #7632CE;
}
.TagClassName
{
border-color: #7632CE;
}
</style>