Shades of Purple Heart #7831CB
Tints of Purple Heart #7831CB
RGB
CMYK
RGB Variations
Color information
#7831CB (or 0x7831CB) is known color: Purple Heart. HEX triplet: 78, 31 and CB. RGB value is (120,49,203). Sum of RGB (Red+Green+Blue) = 120+49+203=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #7831CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7831CB is #87CE34. Grayscale: #575757. Windows color (decimal): -8900149 or 13316472. OLE color: 13316472.
HSL color Cylindrical-coordinate representation of color #7831CB: hue angle of 267.66º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7831CB is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 49 | 203 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.20 |
| HSL | 267.66º | 0.61% | 0.49% | - |
| HSV(B) | 267.66º | 0.76% | 0.8% | - |
| XYZ | 19.62 | 10.5 | 57.49 | - |
| YUV | 87.79 | 193.02 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 49 | 203 | 0.41 | 0.76 | 0 | 0.20 | 267.66 | 0.61 | 0.49 |
| Hex | 78 | 31 | CB | 29 | 4C | 0 | 14 | 10C | 3D | 31 |
| Octal | 170 | 61 | 313 | 51 | 114 | 0 | 24 | 414 | 75 | 61 |
| Binary | 1111000 | 110001 | 11001011 | 101001 | 1001100 | 0 | 10100 | 100001100 | 111101 | 110001 |
Color Harmonies of #7831CB
Complementary color
Monochromatic Colors of #7831CB
Black with #7831CB
Text Example
Text Example
White with #7831CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7831CB; }
p { color: rgb(120,49,203); }
H1.HeaderClassName
{
color: #7831CB;
}
.AnyTagClassName
{
color: #7831CB;
}
</style>
background-color css
<style>
a { background-color: #7831CB; }
a { background-color: rgb(120,49,203); }
div.DivClassName
{
background-color: #7831CB;
}
.BgClassName
{
background-color: #7831CB;
}
</style>
border-color css
<style>
span { border-color: #7831CB; }
span { border-color: rgb(120,49,203); }
td.TdClassName
{
border-color: #7831CB;
}
.TagClassName
{
border-color: #7831CB;
}
</style>