Shades of Purple Heart #7635D0
Tints of Purple Heart #7635D0
RGB
CMYK
RGB Variations
Color information
#7635D0 (or 0x7635D0) is known color: Purple Heart. HEX triplet: 76, 35 and D0. RGB value is (118,53,208). Sum of RGB (Red+Green+Blue) = 118+53+208=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #7635D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7635D0 is #89CA2F. Grayscale: #595959. Windows color (decimal): -9030192 or 13645174. OLE color: 13645174.
HSL color Cylindrical-coordinate representation of color #7635D0: hue angle of 265.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7635D0 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 53 | 208 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.18 |
| HSL | 265.16º | 0.62% | 0.51% | - |
| HSV(B) | 265.16º | 0.75% | 0.82% | - |
| XYZ | 20.13 | 10.95 | 60.73 | - |
| YUV | 90.11 | 194.53 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 208 | 0.43 | 0.75 | 0 | 0.18 | 265.16 | 0.62 | 0.51 |
| Hex | 76 | 35 | D0 | 2B | 4B | 0 | 12 | 109 | 3E | 33 |
| Octal | 166 | 65 | 320 | 53 | 113 | 0 | 22 | 411 | 76 | 63 |
| Binary | 1110110 | 110101 | 11010000 | 101011 | 1001011 | 0 | 10010 | 100001001 | 111110 | 110011 |
Color Harmonies of #7635D0
Complementary color
Monochromatic Colors of #7635D0
Black with #7635D0
Text Example
Text Example
White with #7635D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7635D0; }
p { color: rgb(118,53,208); }
H1.HeaderClassName
{
color: #7635D0;
}
.AnyTagClassName
{
color: #7635D0;
}
</style>
background-color css
<style>
a { background-color: #7635D0; }
a { background-color: rgb(118,53,208); }
div.DivClassName
{
background-color: #7635D0;
}
.BgClassName
{
background-color: #7635D0;
}
</style>
border-color css
<style>
span { border-color: #7635D0; }
span { border-color: rgb(118,53,208); }
td.TdClassName
{
border-color: #7635D0;
}
.TagClassName
{
border-color: #7635D0;
}
</style>