Shades of Purple Heart #763CCB
Tints of Purple Heart #763CCB
RGB
CMYK
RGB Variations
Color information
#763CCB (or 0x763CCB) is known color: Purple Heart. HEX triplet: 76, 3C and CB. RGB value is (118,60,203). Sum of RGB (Red+Green+Blue) = 118+60+203=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #763CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763CCB is #89C334. Grayscale: #5D5D5D. Windows color (decimal): -9028405 or 13319286. OLE color: 13319286.
HSL color Cylindrical-coordinate representation of color #763CCB: hue angle of 264.34º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #763CCB is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 60 | 203 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.20 |
| HSL | 264.34º | 0.58% | 0.52% | - |
| HSV(B) | 264.34º | 0.7% | 0.8% | - |
| XYZ | 19.87 | 11.4 | 57.65 | - |
| YUV | 93.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 203 | 0.42 | 0.70 | 0 | 0.20 | 264.34 | 0.58 | 0.52 |
| Hex | 76 | 3C | CB | 2A | 46 | 0 | 14 | 108 | 3A | 34 |
| Octal | 166 | 74 | 313 | 52 | 106 | 0 | 24 | 410 | 72 | 64 |
| Binary | 1110110 | 111100 | 11001011 | 101010 | 1000110 | 0 | 10100 | 100001000 | 111010 | 110100 |
Color Harmonies of #763CCB
Complementary color
Monochromatic Colors of #763CCB
Black with #763CCB
Text Example
Text Example
White with #763CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763CCB; }
p { color: rgb(118,60,203); }
H1.HeaderClassName
{
color: #763CCB;
}
.AnyTagClassName
{
color: #763CCB;
}
</style>
background-color css
<style>
a { background-color: #763CCB; }
a { background-color: rgb(118,60,203); }
div.DivClassName
{
background-color: #763CCB;
}
.BgClassName
{
background-color: #763CCB;
}
</style>
border-color css
<style>
span { border-color: #763CCB; }
span { border-color: rgb(118,60,203); }
td.TdClassName
{
border-color: #763CCB;
}
.TagClassName
{
border-color: #763CCB;
}
</style>