Shades of Purple Heart #7631CE
Tints of Purple Heart #7631CE
RGB
CMYK
RGB Variations
Color information
#7631CE (or 0x7631CE) is known color: Purple Heart. HEX triplet: 76, 31 and CE. RGB value is (118,49,206). Sum of RGB (Red+Green+Blue) = 118+49+206=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #7631CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7631CE is #89CE31. Grayscale: #565656. Windows color (decimal): -9031218 or 13513078. OLE color: 13513078.
HSL color Cylindrical-coordinate representation of color #7631CE: hue angle of 266.37º degrees, saturation: 0.62, 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 #7631CE is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 49 | 206 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.19 |
| HSL | 266.37º | 0.62% | 0.5% | - |
| HSV(B) | 266.37º | 0.76% | 0.81% | - |
| XYZ | 19.71 | 10.5 | 59.38 | - |
| YUV | 87.53 | 194.86 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 206 | 0.43 | 0.76 | 0 | 0.19 | 266.37 | 0.62 | 0.5 |
| Hex | 76 | 31 | CE | 2B | 4C | 0 | 13 | 10A | 3E | 32 |
| Octal | 166 | 61 | 316 | 53 | 114 | 0 | 23 | 412 | 76 | 62 |
| Binary | 1110110 | 110001 | 11001110 | 101011 | 1001100 | 0 | 10011 | 100001010 | 111110 | 110010 |
Color Harmonies of #7631CE
Complementary color
Monochromatic Colors of #7631CE
Black with #7631CE
Text Example
Text Example
White with #7631CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7631CE; }
p { color: rgb(118,49,206); }
H1.HeaderClassName
{
color: #7631CE;
}
.AnyTagClassName
{
color: #7631CE;
}
</style>
background-color css
<style>
a { background-color: #7631CE; }
a { background-color: rgb(118,49,206); }
div.DivClassName
{
background-color: #7631CE;
}
.BgClassName
{
background-color: #7631CE;
}
</style>
border-color css
<style>
span { border-color: #7631CE; }
span { border-color: rgb(118,49,206); }
td.TdClassName
{
border-color: #7631CE;
}
.TagClassName
{
border-color: #7631CE;
}
</style>