Shades of Purple Heart #782DCB
Tints of Purple Heart #782DCB
RGB
CMYK
RGB Variations
Color information
#782DCB (or 0x782DCB) is known color: Purple Heart. HEX triplet: 78, 2D and CB. RGB value is (120,45,203). Sum of RGB (Red+Green+Blue) = 120+45+203=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #782DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782DCB is #87D234. Grayscale: #545454. Windows color (decimal): -8901173 or 13315448. OLE color: 13315448.
HSL color Cylindrical-coordinate representation of color #782DCB: hue angle of 268.48º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #782DCB is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 45 | 203 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.20 |
| HSL | 268.48º | 0.64% | 0.49% | - |
| HSV(B) | 268.48º | 0.78% | 0.8% | - |
| XYZ | 19.46 | 10.18 | 57.44 | - |
| YUV | 85.44 | 194.35 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 203 | 0.41 | 0.78 | 0 | 0.20 | 268.48 | 0.64 | 0.49 |
| Hex | 78 | 2D | CB | 29 | 4E | 0 | 14 | 10C | 40 | 31 |
| Octal | 170 | 55 | 313 | 51 | 116 | 0 | 24 | 414 | 100 | 61 |
| Binary | 1111000 | 101101 | 11001011 | 101001 | 1001110 | 0 | 10100 | 100001100 | 1000000 | 110001 |
Color Harmonies of #782DCB
Complementary color
Monochromatic Colors of #782DCB
Black with #782DCB
Text Example
Text Example
White with #782DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782DCB; }
p { color: rgb(120,45,203); }
H1.HeaderClassName
{
color: #782DCB;
}
.AnyTagClassName
{
color: #782DCB;
}
</style>
background-color css
<style>
a { background-color: #782DCB; }
a { background-color: rgb(120,45,203); }
div.DivClassName
{
background-color: #782DCB;
}
.BgClassName
{
background-color: #782DCB;
}
</style>
border-color css
<style>
span { border-color: #782DCB; }
span { border-color: rgb(120,45,203); }
td.TdClassName
{
border-color: #782DCB;
}
.TagClassName
{
border-color: #782DCB;
}
</style>