Shades of Purple Heart #7635C1
Tints of Purple Heart #7635C1
RGB
CMYK
RGB Variations
Color information
#7635C1 (or 0x7635C1) is known color: Purple Heart. HEX triplet: 76, 35 and C1. RGB value is (118,53,193). Sum of RGB (Red+Green+Blue) = 118+53+193=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #7635C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7635C1 is #89CA3E. Grayscale: #575757. Windows color (decimal): -9030207 or 12662134. OLE color: 12662134.
HSL color Cylindrical-coordinate representation of color #7635C1: hue angle of 267.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7635C1 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 53 | 193 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.24 |
| HSL | 267.86º | 0.57% | 0.48% | - |
| HSV(B) | 267.86º | 0.73% | 0.76% | - |
| XYZ | 18.37 | 10.25 | 51.46 | - |
| YUV | 88.4 | 187.03 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 193 | 0.39 | 0.73 | 0 | 0.24 | 267.86 | 0.57 | 0.48 |
| Hex | 76 | 35 | C1 | 27 | 49 | 0 | 18 | 10C | 39 | 30 |
| Octal | 166 | 65 | 301 | 47 | 111 | 0 | 30 | 414 | 71 | 60 |
| Binary | 1110110 | 110101 | 11000001 | 100111 | 1001001 | 0 | 11000 | 100001100 | 111001 | 110000 |
Color Harmonies of #7635C1
Complementary color
Monochromatic Colors of #7635C1
Black with #7635C1
Text Example
Text Example
White with #7635C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7635C1; }
p { color: rgb(118,53,193); }
H1.HeaderClassName
{
color: #7635C1;
}
.AnyTagClassName
{
color: #7635C1;
}
</style>
background-color css
<style>
a { background-color: #7635C1; }
a { background-color: rgb(118,53,193); }
div.DivClassName
{
background-color: #7635C1;
}
.BgClassName
{
background-color: #7635C1;
}
</style>
border-color css
<style>
span { border-color: #7635C1; }
span { border-color: rgb(118,53,193); }
td.TdClassName
{
border-color: #7635C1;
}
.TagClassName
{
border-color: #7635C1;
}
</style>