Shades of Purple Heart #783CC2
Tints of Purple Heart #783CC2
RGB
CMYK
RGB Variations
Color information
#783CC2 (or 0x783CC2) is known color: Purple Heart. HEX triplet: 78, 3C and C2. RGB value is (120,60,194). Sum of RGB (Red+Green+Blue) = 120+60+194=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #783CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783CC2 is #87C33D. Grayscale: #5C5C5C. Windows color (decimal): -8897342 or 12729464. OLE color: 12729464.
HSL color Cylindrical-coordinate representation of color #783CC2: hue angle of 266.87º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #783CC2 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 60 | 194 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.24 |
| HSL | 266.87º | 0.53% | 0.5% | - |
| HSV(B) | 266.87º | 0.69% | 0.76% | - |
| XYZ | 19.1 | 11.12 | 52.18 | - |
| YUV | 93.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 194 | 0.38 | 0.69 | 0 | 0.24 | 266.87 | 0.53 | 0.5 |
| Hex | 78 | 3C | C2 | 26 | 45 | 0 | 18 | 10B | 35 | 32 |
| Octal | 170 | 74 | 302 | 46 | 105 | 0 | 30 | 413 | 65 | 62 |
| Binary | 1111000 | 111100 | 11000010 | 100110 | 1000101 | 0 | 11000 | 100001011 | 110101 | 110010 |
Color Harmonies of #783CC2
Complementary color
Monochromatic Colors of #783CC2
Black with #783CC2
Text Example
Text Example
White with #783CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783CC2; }
p { color: rgb(120,60,194); }
H1.HeaderClassName
{
color: #783CC2;
}
.AnyTagClassName
{
color: #783CC2;
}
</style>
background-color css
<style>
a { background-color: #783CC2; }
a { background-color: rgb(120,60,194); }
div.DivClassName
{
background-color: #783CC2;
}
.BgClassName
{
background-color: #783CC2;
}
</style>
border-color css
<style>
span { border-color: #783CC2; }
span { border-color: rgb(120,60,194); }
td.TdClassName
{
border-color: #783CC2;
}
.TagClassName
{
border-color: #783CC2;
}
</style>