Shades of Purple Heart #7836CD
Tints of Purple Heart #7836CD
RGB
CMYK
RGB Variations
Color information
#7836CD (or 0x7836CD) is known color: Purple Heart. HEX triplet: 78, 36 and CD. RGB value is (120,54,205). Sum of RGB (Red+Green+Blue) = 120+54+205=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #7836CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7836CD is #87C932. Grayscale: #5A5A5A. Windows color (decimal): -8898867 or 13448824. OLE color: 13448824.
HSL color Cylindrical-coordinate representation of color #7836CD: hue angle of 266.23º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7836CD is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 54 | 205 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.20 |
| HSL | 266.23º | 0.6% | 0.51% | - |
| HSV(B) | 266.23º | 0.74% | 0.8% | - |
| XYZ | 20.08 | 11.04 | 58.83 | - |
| YUV | 90.95 | 192.37 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 54 | 205 | 0.41 | 0.74 | 0 | 0.20 | 266.23 | 0.6 | 0.51 |
| Hex | 78 | 36 | CD | 29 | 4A | 0 | 14 | 10A | 3C | 33 |
| Octal | 170 | 66 | 315 | 51 | 112 | 0 | 24 | 412 | 74 | 63 |
| Binary | 1111000 | 110110 | 11001101 | 101001 | 1001010 | 0 | 10100 | 100001010 | 111100 | 110011 |
Color Harmonies of #7836CD
Complementary color
Monochromatic Colors of #7836CD
Black with #7836CD
Text Example
Text Example
White with #7836CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7836CD; }
p { color: rgb(120,54,205); }
H1.HeaderClassName
{
color: #7836CD;
}
.AnyTagClassName
{
color: #7836CD;
}
</style>
background-color css
<style>
a { background-color: #7836CD; }
a { background-color: rgb(120,54,205); }
div.DivClassName
{
background-color: #7836CD;
}
.BgClassName
{
background-color: #7836CD;
}
</style>
border-color css
<style>
span { border-color: #7836CD; }
span { border-color: rgb(120,54,205); }
td.TdClassName
{
border-color: #7836CD;
}
.TagClassName
{
border-color: #7836CD;
}
</style>