Shades of Purple Heart #7B3CCD
Tints of Purple Heart #7B3CCD
RGB
CMYK
RGB Variations
Color information
#7B3CCD (or 0x7B3CCD) is known color: Purple Heart. HEX triplet: 7B, 3C and CD. RGB value is (123,60,205). Sum of RGB (Red+Green+Blue) = 123+60+205=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B3CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3CCD is #84C332. Grayscale: #5E5E5E. Windows color (decimal): -8700723 or 13450363. OLE color: 13450363.
HSL color Cylindrical-coordinate representation of color #7B3CCD: hue angle of 266.07º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B3CCD is Cyan = 0.4, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 60 | 205 | - |
| CMYK | 0.4 | 0.71 | 0 | 0.20 |
| HSL | 266.07º | 0.59% | 0.52% | - |
| HSV(B) | 266.07º | 0.71% | 0.8% | - |
| XYZ | 20.8 | 11.85 | 58.95 | - |
| YUV | 95.37 | 189.87 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 205 | 0.4 | 0.71 | 0 | 0.20 | 266.07 | 0.59 | 0.52 |
| Hex | 7B | 3C | CD | 28 | 47 | 0 | 14 | 10A | 3B | 34 |
| Octal | 173 | 74 | 315 | 50 | 107 | 0 | 24 | 412 | 73 | 64 |
| Binary | 1111011 | 111100 | 11001101 | 101000 | 1000111 | 0 | 10100 | 100001010 | 111011 | 110100 |
Color Harmonies of #7B3CCD
Complementary color
Monochromatic Colors of #7B3CCD
Black with #7B3CCD
Text Example
Text Example
White with #7B3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3CCD; }
p { color: rgb(123,60,205); }
H1.HeaderClassName
{
color: #7B3CCD;
}
.AnyTagClassName
{
color: #7B3CCD;
}
</style>
background-color css
<style>
a { background-color: #7B3CCD; }
a { background-color: rgb(123,60,205); }
div.DivClassName
{
background-color: #7B3CCD;
}
.BgClassName
{
background-color: #7B3CCD;
}
</style>
border-color css
<style>
span { border-color: #7B3CCD; }
span { border-color: rgb(123,60,205); }
td.TdClassName
{
border-color: #7B3CCD;
}
.TagClassName
{
border-color: #7B3CCD;
}
</style>