Shades of Purple Heart #763ACD
Tints of Purple Heart #763ACD
RGB
CMYK
RGB Variations
Color information
#763ACD (or 0x763ACD) is known color: Purple Heart. HEX triplet: 76, 3A and CD. RGB value is (118,58,205). Sum of RGB (Red+Green+Blue) = 118+58+205=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #763ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763ACD is #89C532. Grayscale: #5C5C5C. Windows color (decimal): -9028915 or 13449846. OLE color: 13449846.
HSL color Cylindrical-coordinate representation of color #763ACD: hue angle of 264.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #763ACD is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 58 | 205 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.20 |
| HSL | 264.49º | 0.6% | 0.52% | - |
| HSV(B) | 264.49º | 0.72% | 0.8% | - |
| XYZ | 20 | 11.29 | 58.88 | - |
| YUV | 92.7 | 191.38 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 205 | 0.42 | 0.72 | 0 | 0.20 | 264.49 | 0.6 | 0.52 |
| Hex | 76 | 3A | CD | 2A | 48 | 0 | 14 | 108 | 3C | 34 |
| Octal | 166 | 72 | 315 | 52 | 110 | 0 | 24 | 410 | 74 | 64 |
| Binary | 1110110 | 111010 | 11001101 | 101010 | 1001000 | 0 | 10100 | 100001000 | 111100 | 110100 |
Color Harmonies of #763ACD
Complementary color
Monochromatic Colors of #763ACD
Black with #763ACD
Text Example
Text Example
White with #763ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763ACD; }
p { color: rgb(118,58,205); }
H1.HeaderClassName
{
color: #763ACD;
}
.AnyTagClassName
{
color: #763ACD;
}
</style>
background-color css
<style>
a { background-color: #763ACD; }
a { background-color: rgb(118,58,205); }
div.DivClassName
{
background-color: #763ACD;
}
.BgClassName
{
background-color: #763ACD;
}
</style>
border-color css
<style>
span { border-color: #763ACD; }
span { border-color: rgb(118,58,205); }
td.TdClassName
{
border-color: #763ACD;
}
.TagClassName
{
border-color: #763ACD;
}
</style>