Shades of Purple Heart #783BCC
Tints of Purple Heart #783BCC
RGB
CMYK
RGB Variations
Color information
#783BCC (or 0x783BCC) is known color: Purple Heart. HEX triplet: 78, 3B and CC. RGB value is (120,59,204). Sum of RGB (Red+Green+Blue) = 120+59+204=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #783BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783BCC is #87C433. Grayscale: #5D5D5D. Windows color (decimal): -8897588 or 13384568. OLE color: 13384568.
HSL color Cylindrical-coordinate representation of color #783BCC: hue angle of 265.24º 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 #783BCC is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 59 | 204 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.2 |
| HSL | 265.24º | 0.59% | 0.52% | - |
| HSV(B) | 265.24º | 0.71% | 0.8% | - |
| XYZ | 20.21 | 11.48 | 58.28 | - |
| YUV | 93.77 | 190.21 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 59 | 204 | 0.41 | 0.71 | 0 | 0.2 | 265.24 | 0.59 | 0.52 |
| Hex | 78 | 3B | CC | 29 | 47 | 0 | 14 | 109 | 3B | 34 |
| Octal | 170 | 73 | 314 | 51 | 107 | 0 | 24 | 411 | 73 | 64 |
| Binary | 1111000 | 111011 | 11001100 | 101001 | 1000111 | 0 | 10100 | 100001001 | 111011 | 110100 |
Color Harmonies of #783BCC
Complementary color
Monochromatic Colors of #783BCC
Black with #783BCC
Text Example
Text Example
White with #783BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783BCC; }
p { color: rgb(120,59,204); }
H1.HeaderClassName
{
color: #783BCC;
}
.AnyTagClassName
{
color: #783BCC;
}
</style>
background-color css
<style>
a { background-color: #783BCC; }
a { background-color: rgb(120,59,204); }
div.DivClassName
{
background-color: #783BCC;
}
.BgClassName
{
background-color: #783BCC;
}
</style>
border-color css
<style>
span { border-color: #783BCC; }
span { border-color: rgb(120,59,204); }
td.TdClassName
{
border-color: #783BCC;
}
.TagClassName
{
border-color: #783BCC;
}
</style>