Shades of Purple Heart #7813B5
Tints of Purple Heart #7813B5
RGB
CMYK
RGB Variations
Color information
#7813B5 (or 0x7813B5) is known color: Purple Heart. HEX triplet: 78, 13 and B5. RGB value is (120,19,181). Sum of RGB (Red+Green+Blue) = 120+19+181=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 181 (71.09% from 255 or 56.56% from 320); Max value from RGB is 181 - color contains mainly: blue. Hex color #7813B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7813B5 is #87EC4A. Grayscale: #434343. Windows color (decimal): -8907851 or 11867000. OLE color: 11867000.
HSL color Cylindrical-coordinate representation of color #7813B5: hue angle of 277.41º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7813B5 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 19 | 181 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.29 |
| HSL | 277.41º | 0.81% | 0.39% | - |
| HSV(B) | 277.41º | 0.9% | 0.71% | - |
| XYZ | 16.32 | 7.8 | 44.36 | - |
| YUV | 67.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 19 | 181 | 0.34 | 0.90 | 0 | 0.29 | 277.41 | 0.81 | 0.39 |
| Hex | 78 | 13 | B5 | 22 | 5A | 0 | 1D | 115 | 51 | 27 |
| Octal | 170 | 23 | 265 | 42 | 132 | 0 | 35 | 425 | 121 | 47 |
| Binary | 1111000 | 10011 | 10110101 | 100010 | 1011010 | 0 | 11101 | 100010101 | 1010001 | 100111 |
Color Harmonies of #7813B5
Complementary color
Monochromatic Colors of #7813B5
Black with #7813B5
Text Example
Text Example
White with #7813B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7813B5; }
p { color: rgb(120,19,181); }
H1.HeaderClassName
{
color: #7813B5;
}
.AnyTagClassName
{
color: #7813B5;
}
</style>
background-color css
<style>
a { background-color: #7813B5; }
a { background-color: rgb(120,19,181); }
div.DivClassName
{
background-color: #7813B5;
}
.BgClassName
{
background-color: #7813B5;
}
</style>
border-color css
<style>
span { border-color: #7813B5; }
span { border-color: rgb(120,19,181); }
td.TdClassName
{
border-color: #7813B5;
}
.TagClassName
{
border-color: #7813B5;
}
</style>