Shades of Purple Heart #763AD5
Tints of Purple Heart #763AD5
RGB
CMYK
RGB Variations
Color information
#763AD5 (or 0x763AD5) is known color: Purple Heart. HEX triplet: 76, 3A and D5. RGB value is (118,58,213). Sum of RGB (Red+Green+Blue) = 118+58+213=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 213 (83.59% from 255 or 54.76% from 389); Max value from RGB is 213 - color contains mainly: blue. Hex color #763AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763AD5 is #89C52A. Grayscale: #5D5D5D. Windows color (decimal): -9028907 or 13974134. OLE color: 13974134.
HSL color Cylindrical-coordinate representation of color #763AD5: hue angle of 263.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #763AD5 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 58 | 213 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.16 |
| HSL | 263.23º | 0.65% | 0.53% | - |
| HSV(B) | 263.23º | 0.73% | 0.84% | - |
| XYZ | 20.99 | 11.68 | 64.1 | - |
| YUV | 93.61 | 195.38 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 213 | 0.45 | 0.73 | 0 | 0.16 | 263.23 | 0.65 | 0.53 |
| Hex | 76 | 3A | D5 | 2D | 49 | 0 | 10 | 107 | 41 | 35 |
| Octal | 166 | 72 | 325 | 55 | 111 | 0 | 20 | 407 | 101 | 65 |
| Binary | 1110110 | 111010 | 11010101 | 101101 | 1001001 | 0 | 10000 | 100000111 | 1000001 | 110101 |
Color Harmonies of #763AD5
Complementary color
Monochromatic Colors of #763AD5
Black with #763AD5
Text Example
Text Example
White with #763AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763AD5; }
p { color: rgb(118,58,213); }
H1.HeaderClassName
{
color: #763AD5;
}
.AnyTagClassName
{
color: #763AD5;
}
</style>
background-color css
<style>
a { background-color: #763AD5; }
a { background-color: rgb(118,58,213); }
div.DivClassName
{
background-color: #763AD5;
}
.BgClassName
{
background-color: #763AD5;
}
</style>
border-color css
<style>
span { border-color: #763AD5; }
span { border-color: rgb(118,58,213); }
td.TdClassName
{
border-color: #763AD5;
}
.TagClassName
{
border-color: #763AD5;
}
</style>