Shades of Purple Heart #763BBC
Tints of Purple Heart #763BBC
RGB
CMYK
RGB Variations
Color information
#763BBC (or 0x763BBC) is known color: Purple Heart. HEX triplet: 76, 3B and BC. RGB value is (118,59,188). Sum of RGB (Red+Green+Blue) = 118+59+188=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #763BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763BBC is #89C443. Grayscale: #5A5A5A. Windows color (decimal): -9028676 or 12335990. OLE color: 12335990.
HSL color Cylindrical-coordinate representation of color #763BBC: hue angle of 267.44º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #763BBC is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 59 | 188 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.26 |
| HSL | 267.44º | 0.52% | 0.48% | - |
| HSV(B) | 267.44º | 0.69% | 0.74% | - |
| XYZ | 18.11 | 10.61 | 48.67 | - |
| YUV | 91.35 | 182.55 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 188 | 0.37 | 0.69 | 0 | 0.26 | 267.44 | 0.52 | 0.48 |
| Hex | 76 | 3B | BC | 25 | 45 | 0 | 1A | 10B | 34 | 30 |
| Octal | 166 | 73 | 274 | 45 | 105 | 0 | 32 | 413 | 64 | 60 |
| Binary | 1110110 | 111011 | 10111100 | 100101 | 1000101 | 0 | 11010 | 100001011 | 110100 | 110000 |
Color Harmonies of #763BBC
Complementary color
Monochromatic Colors of #763BBC
Black with #763BBC
Text Example
Text Example
White with #763BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763BBC; }
p { color: rgb(118,59,188); }
H1.HeaderClassName
{
color: #763BBC;
}
.AnyTagClassName
{
color: #763BBC;
}
</style>
background-color css
<style>
a { background-color: #763BBC; }
a { background-color: rgb(118,59,188); }
div.DivClassName
{
background-color: #763BBC;
}
.BgClassName
{
background-color: #763BBC;
}
</style>
border-color css
<style>
span { border-color: #763BBC; }
span { border-color: rgb(118,59,188); }
td.TdClassName
{
border-color: #763BBC;
}
.TagClassName
{
border-color: #763BBC;
}
</style>