Shades of Purple Heart #7B3DC7
Tints of Purple Heart #7B3DC7
RGB
CMYK
RGB Variations
Color information
#7B3DC7 (or 0x7B3DC7) is known color: Purple Heart. HEX triplet: 7B, 3D and C7. RGB value is (123,61,199). Sum of RGB (Red+Green+Blue) = 123+61+199=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 199 (78.12% from 255 or 51.96% from 383); Max value from RGB is 199 - color contains mainly: blue. Hex color #7B3DC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3DC7 is #84C238. Grayscale: #5E5E5E. Windows color (decimal): -8700473 or 13057403. OLE color: 13057403.
HSL color Cylindrical-coordinate representation of color #7B3DC7: hue angle of 266.96º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B3DC7 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 61 | 199 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.22 |
| HSL | 266.96º | 0.55% | 0.51% | - |
| HSV(B) | 266.96º | 0.69% | 0.78% | - |
| XYZ | 20.15 | 11.67 | 55.22 | - |
| YUV | 95.27 | 186.54 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 61 | 199 | 0.38 | 0.69 | 0 | 0.22 | 266.96 | 0.55 | 0.51 |
| Hex | 7B | 3D | C7 | 26 | 45 | 0 | 16 | 10B | 37 | 33 |
| Octal | 173 | 75 | 307 | 46 | 105 | 0 | 26 | 413 | 67 | 63 |
| Binary | 1111011 | 111101 | 11000111 | 100110 | 1000101 | 0 | 10110 | 100001011 | 110111 | 110011 |
Color Harmonies of #7B3DC7
Complementary color
Monochromatic Colors of #7B3DC7
Black with #7B3DC7
Text Example
Text Example
White with #7B3DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3DC7; }
p { color: rgb(123,61,199); }
H1.HeaderClassName
{
color: #7B3DC7;
}
.AnyTagClassName
{
color: #7B3DC7;
}
</style>
background-color css
<style>
a { background-color: #7B3DC7; }
a { background-color: rgb(123,61,199); }
div.DivClassName
{
background-color: #7B3DC7;
}
.BgClassName
{
background-color: #7B3DC7;
}
</style>
border-color css
<style>
span { border-color: #7B3DC7; }
span { border-color: rgb(123,61,199); }
td.TdClassName
{
border-color: #7B3DC7;
}
.TagClassName
{
border-color: #7B3DC7;
}
</style>