Shades of Purple Heart #7632CA
Tints of Purple Heart #7632CA
RGB
CMYK
RGB Variations
Color information
#7632CA (or 0x7632CA) is known color: Purple Heart. HEX triplet: 76, 32 and CA. RGB value is (118,50,202). Sum of RGB (Red+Green+Blue) = 118+50+202=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #7632CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7632CA is #89CD35. Grayscale: #575757. Windows color (decimal): -9030966 or 13251190. OLE color: 13251190.
HSL color Cylindrical-coordinate representation of color #7632CA: hue angle of 266.84º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7632CA is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 50 | 202 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.21 |
| HSL | 266.84º | 0.6% | 0.49% | - |
| HSV(B) | 266.84º | 0.75% | 0.79% | - |
| XYZ | 19.27 | 10.4 | 56.87 | - |
| YUV | 87.66 | 192.53 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 202 | 0.42 | 0.75 | 0 | 0.21 | 266.84 | 0.6 | 0.49 |
| Hex | 76 | 32 | CA | 2A | 4B | 0 | 15 | 10B | 3C | 31 |
| Octal | 166 | 62 | 312 | 52 | 113 | 0 | 25 | 413 | 74 | 61 |
| Binary | 1110110 | 110010 | 11001010 | 101010 | 1001011 | 0 | 10101 | 100001011 | 111100 | 110001 |
Color Harmonies of #7632CA
Complementary color
Monochromatic Colors of #7632CA
Black with #7632CA
Text Example
Text Example
White with #7632CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7632CA; }
p { color: rgb(118,50,202); }
H1.HeaderClassName
{
color: #7632CA;
}
.AnyTagClassName
{
color: #7632CA;
}
</style>
background-color css
<style>
a { background-color: #7632CA; }
a { background-color: rgb(118,50,202); }
div.DivClassName
{
background-color: #7632CA;
}
.BgClassName
{
background-color: #7632CA;
}
</style>
border-color css
<style>
span { border-color: #7632CA; }
span { border-color: rgb(118,50,202); }
td.TdClassName
{
border-color: #7632CA;
}
.TagClassName
{
border-color: #7632CA;
}
</style>