Shades of Purple Heart #763EBA
Tints of Purple Heart #763EBA
RGB
CMYK
RGB Variations
Color information
#763EBA (or 0x763EBA) is known color: Purple Heart. HEX triplet: 76, 3E and BA. RGB value is (118,62,186). Sum of RGB (Red+Green+Blue) = 118+62+186=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #763EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763EBA is #89C145. Grayscale: #5C5C5C. Windows color (decimal): -9027910 or 12205686. OLE color: 12205686.
HSL color Cylindrical-coordinate representation of color #763EBA: hue angle of 267.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763EBA is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 62 | 186 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.27 |
| HSL | 267.1º | 0.5% | 0.49% | - |
| HSV(B) | 267.1º | 0.67% | 0.73% | - |
| XYZ | 18.06 | 10.84 | 47.6 | - |
| YUV | 92.88 | 180.55 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 186 | 0.37 | 0.67 | 0 | 0.27 | 267.1 | 0.5 | 0.49 |
| Hex | 76 | 3E | BA | 25 | 43 | 0 | 1B | 10B | 32 | 31 |
| Octal | 166 | 76 | 272 | 45 | 103 | 0 | 33 | 413 | 62 | 61 |
| Binary | 1110110 | 111110 | 10111010 | 100101 | 1000011 | 0 | 11011 | 100001011 | 110010 | 110001 |
Color Harmonies of #763EBA
Complementary color
Monochromatic Colors of #763EBA
Black with #763EBA
Text Example
Text Example
White with #763EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763EBA; }
p { color: rgb(118,62,186); }
H1.HeaderClassName
{
color: #763EBA;
}
.AnyTagClassName
{
color: #763EBA;
}
</style>
background-color css
<style>
a { background-color: #763EBA; }
a { background-color: rgb(118,62,186); }
div.DivClassName
{
background-color: #763EBA;
}
.BgClassName
{
background-color: #763EBA;
}
</style>
border-color css
<style>
span { border-color: #763EBA; }
span { border-color: rgb(118,62,186); }
td.TdClassName
{
border-color: #763EBA;
}
.TagClassName
{
border-color: #763EBA;
}
</style>