Shades of Purple Heart #781CCB
Tints of Purple Heart #781CCB
RGB
CMYK
RGB Variations
Color information
#781CCB (or 0x781CCB) is known color: Purple Heart. HEX triplet: 78, 1C and CB. RGB value is (120,28,203). Sum of RGB (Red+Green+Blue) = 120+28+203=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #781CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CCB is #87E334. Grayscale: #4A4A4A. Windows color (decimal): -8905525 or 13311096. OLE color: 13311096.
HSL color Cylindrical-coordinate representation of color #781CCB: hue angle of 271.54º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781CCB is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 28 | 203 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.20 |
| HSL | 271.54º | 0.76% | 0.45% | - |
| HSV(B) | 271.54º | 0.86% | 0.8% | - |
| XYZ | 18.94 | 9.14 | 57.26 | - |
| YUV | 75.46 | 199.98 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 203 | 0.41 | 0.86 | 0 | 0.20 | 271.54 | 0.76 | 0.45 |
| Hex | 78 | 1C | CB | 29 | 56 | 0 | 14 | 110 | 4C | 2D |
| Octal | 170 | 34 | 313 | 51 | 126 | 0 | 24 | 420 | 114 | 55 |
| Binary | 1111000 | 11100 | 11001011 | 101001 | 1010110 | 0 | 10100 | 100010000 | 1001100 | 101101 |
Color Harmonies of #781CCB
Complementary color
Monochromatic Colors of #781CCB
Black with #781CCB
Text Example
Text Example
White with #781CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CCB; }
p { color: rgb(120,28,203); }
H1.HeaderClassName
{
color: #781CCB;
}
.AnyTagClassName
{
color: #781CCB;
}
</style>
background-color css
<style>
a { background-color: #781CCB; }
a { background-color: rgb(120,28,203); }
div.DivClassName
{
background-color: #781CCB;
}
.BgClassName
{
background-color: #781CCB;
}
</style>
border-color css
<style>
span { border-color: #781CCB; }
span { border-color: rgb(120,28,203); }
td.TdClassName
{
border-color: #781CCB;
}
.TagClassName
{
border-color: #781CCB;
}
</style>