Shades of Purple Heart #783CCD
Tints of Purple Heart #783CCD
RGB
CMYK
RGB Variations
Color information
#783CCD (or 0x783CCD) is known color: Purple Heart. HEX triplet: 78, 3C and CD. RGB value is (120,60,205). Sum of RGB (Red+Green+Blue) = 120+60+205=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #783CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783CCD is #87C332. Grayscale: #5D5D5D. Windows color (decimal): -8897331 or 13450360. OLE color: 13450360.
HSL color Cylindrical-coordinate representation of color #783CCD: hue angle of 264.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #783CCD is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 60 | 205 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.20 |
| HSL | 264.83º | 0.59% | 0.52% | - |
| HSV(B) | 264.83º | 0.71% | 0.8% | - |
| XYZ | 20.38 | 11.63 | 58.93 | - |
| YUV | 94.47 | 190.38 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 205 | 0.41 | 0.71 | 0 | 0.20 | 264.83 | 0.59 | 0.52 |
| Hex | 78 | 3C | CD | 29 | 47 | 0 | 14 | 109 | 3B | 34 |
| Octal | 170 | 74 | 315 | 51 | 107 | 0 | 24 | 411 | 73 | 64 |
| Binary | 1111000 | 111100 | 11001101 | 101001 | 1000111 | 0 | 10100 | 100001001 | 111011 | 110100 |
Color Harmonies of #783CCD
Complementary color
Monochromatic Colors of #783CCD
Black with #783CCD
Text Example
Text Example
White with #783CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783CCD; }
p { color: rgb(120,60,205); }
H1.HeaderClassName
{
color: #783CCD;
}
.AnyTagClassName
{
color: #783CCD;
}
</style>
background-color css
<style>
a { background-color: #783CCD; }
a { background-color: rgb(120,60,205); }
div.DivClassName
{
background-color: #783CCD;
}
.BgClassName
{
background-color: #783CCD;
}
</style>
border-color css
<style>
span { border-color: #783CCD; }
span { border-color: rgb(120,60,205); }
td.TdClassName
{
border-color: #783CCD;
}
.TagClassName
{
border-color: #783CCD;
}
</style>