Shades of Purple Heart #782FCB
Tints of Purple Heart #782FCB
RGB
CMYK
RGB Variations
Color information
#782FCB (or 0x782FCB) is known color: Purple Heart. HEX triplet: 78, 2F and CB. RGB value is (120,47,203). Sum of RGB (Red+Green+Blue) = 120+47+203=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #782FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782FCB is #87D034. Grayscale: #565656. Windows color (decimal): -8900661 or 13315960. OLE color: 13315960.
HSL color Cylindrical-coordinate representation of color #782FCB: hue angle of 268.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #782FCB is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 47 | 203 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.20 |
| HSL | 268.08º | 0.62% | 0.49% | - |
| HSV(B) | 268.08º | 0.77% | 0.8% | - |
| XYZ | 19.54 | 10.34 | 57.47 | - |
| YUV | 86.61 | 193.68 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 47 | 203 | 0.41 | 0.77 | 0 | 0.20 | 268.08 | 0.62 | 0.49 |
| Hex | 78 | 2F | CB | 29 | 4D | 0 | 14 | 10C | 3E | 31 |
| Octal | 170 | 57 | 313 | 51 | 115 | 0 | 24 | 414 | 76 | 61 |
| Binary | 1111000 | 101111 | 11001011 | 101001 | 1001101 | 0 | 10100 | 100001100 | 111110 | 110001 |
Color Harmonies of #782FCB
Complementary color
Monochromatic Colors of #782FCB
Black with #782FCB
Text Example
Text Example
White with #782FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782FCB; }
p { color: rgb(120,47,203); }
H1.HeaderClassName
{
color: #782FCB;
}
.AnyTagClassName
{
color: #782FCB;
}
</style>
background-color css
<style>
a { background-color: #782FCB; }
a { background-color: rgb(120,47,203); }
div.DivClassName
{
background-color: #782FCB;
}
.BgClassName
{
background-color: #782FCB;
}
</style>
border-color css
<style>
span { border-color: #782FCB; }
span { border-color: rgb(120,47,203); }
td.TdClassName
{
border-color: #782FCB;
}
.TagClassName
{
border-color: #782FCB;
}
</style>