Shades of Purple Heart #7834CB
Tints of Purple Heart #7834CB
RGB
CMYK
RGB Variations
Color information
#7834CB (or 0x7834CB) is known color: Purple Heart. HEX triplet: 78, 34 and CB. RGB value is (120,52,203). Sum of RGB (Red+Green+Blue) = 120+52+203=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #7834CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7834CB is #87CB34. Grayscale: #595959. Windows color (decimal): -8899381 or 13317240. OLE color: 13317240.
HSL color Cylindrical-coordinate representation of color #7834CB: hue angle of 267.02º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7834CB is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 52 | 203 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.20 |
| HSL | 267.02º | 0.59% | 0.5% | - |
| HSV(B) | 267.02º | 0.74% | 0.8% | - |
| XYZ | 19.75 | 10.76 | 57.54 | - |
| YUV | 89.55 | 192.03 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 52 | 203 | 0.41 | 0.74 | 0 | 0.20 | 267.02 | 0.59 | 0.5 |
| Hex | 78 | 34 | CB | 29 | 4A | 0 | 14 | 10B | 3B | 32 |
| Octal | 170 | 64 | 313 | 51 | 112 | 0 | 24 | 413 | 73 | 62 |
| Binary | 1111000 | 110100 | 11001011 | 101001 | 1001010 | 0 | 10100 | 100001011 | 111011 | 110010 |
Color Harmonies of #7834CB
Complementary color
Monochromatic Colors of #7834CB
Black with #7834CB
Text Example
Text Example
White with #7834CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7834CB; }
p { color: rgb(120,52,203); }
H1.HeaderClassName
{
color: #7834CB;
}
.AnyTagClassName
{
color: #7834CB;
}
</style>
background-color css
<style>
a { background-color: #7834CB; }
a { background-color: rgb(120,52,203); }
div.DivClassName
{
background-color: #7834CB;
}
.BgClassName
{
background-color: #7834CB;
}
</style>
border-color css
<style>
span { border-color: #7834CB; }
span { border-color: rgb(120,52,203); }
td.TdClassName
{
border-color: #7834CB;
}
.TagClassName
{
border-color: #7834CB;
}
</style>