Shades of Purple Heart #7830BB
Tints of Purple Heart #7830BB
RGB
CMYK
RGB Variations
Color information
#7830BB (or 0x7830BB) is known color: Purple Heart. HEX triplet: 78, 30 and BB. RGB value is (120,48,187). Sum of RGB (Red+Green+Blue) = 120+48+187=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #7830BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7830BB is #87CF44. Grayscale: #545454. Windows color (decimal): -8900421 or 12267640. OLE color: 12267640.
HSL color Cylindrical-coordinate representation of color #7830BB: hue angle of 271.08º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7830BB is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 48 | 187 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.27 |
| HSL | 271.08º | 0.59% | 0.46% | - |
| HSV(B) | 271.08º | 0.74% | 0.73% | - |
| XYZ | 17.77 | 9.69 | 47.95 | - |
| YUV | 85.37 | 185.35 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 187 | 0.36 | 0.74 | 0 | 0.27 | 271.08 | 0.59 | 0.46 |
| Hex | 78 | 30 | BB | 24 | 4A | 0 | 1B | 10F | 3B | 2E |
| Octal | 170 | 60 | 273 | 44 | 112 | 0 | 33 | 417 | 73 | 56 |
| Binary | 1111000 | 110000 | 10111011 | 100100 | 1001010 | 0 | 11011 | 100001111 | 111011 | 101110 |
Color Harmonies of #7830BB
Complementary color
Monochromatic Colors of #7830BB
Black with #7830BB
Text Example
Text Example
White with #7830BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7830BB; }
p { color: rgb(120,48,187); }
H1.HeaderClassName
{
color: #7830BB;
}
.AnyTagClassName
{
color: #7830BB;
}
</style>
background-color css
<style>
a { background-color: #7830BB; }
a { background-color: rgb(120,48,187); }
div.DivClassName
{
background-color: #7830BB;
}
.BgClassName
{
background-color: #7830BB;
}
</style>
border-color css
<style>
span { border-color: #7830BB; }
span { border-color: rgb(120,48,187); }
td.TdClassName
{
border-color: #7830BB;
}
.TagClassName
{
border-color: #7830BB;
}
</style>