Shades of Purple Heart #7B3BCE
Tints of Purple Heart #7B3BCE
RGB
CMYK
RGB Variations
Color information
#7B3BCE (or 0x7B3BCE) is known color: Purple Heart. HEX triplet: 7B, 3B and CE. RGB value is (123,59,206). Sum of RGB (Red+Green+Blue) = 123+59+206=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B3BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3BCE is #84C431. Grayscale: #5E5E5E. Windows color (decimal): -8700978 or 13515643. OLE color: 13515643.
HSL color Cylindrical-coordinate representation of color #7B3BCE: hue angle of 266.12º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B3BCE is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 59 | 206 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.19 |
| HSL | 266.12º | 0.6% | 0.52% | - |
| HSV(B) | 266.12º | 0.71% | 0.81% | - |
| XYZ | 20.87 | 11.8 | 59.57 | - |
| YUV | 94.89 | 190.7 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 59 | 206 | 0.40 | 0.71 | 0 | 0.19 | 266.12 | 0.6 | 0.52 |
| Hex | 7B | 3B | CE | 28 | 47 | 0 | 13 | 10A | 3C | 34 |
| Octal | 173 | 73 | 316 | 50 | 107 | 0 | 23 | 412 | 74 | 64 |
| Binary | 1111011 | 111011 | 11001110 | 101000 | 1000111 | 0 | 10011 | 100001010 | 111100 | 110100 |
Color Harmonies of #7B3BCE
Complementary color
Monochromatic Colors of #7B3BCE
Black with #7B3BCE
Text Example
Text Example
White with #7B3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3BCE; }
p { color: rgb(123,59,206); }
H1.HeaderClassName
{
color: #7B3BCE;
}
.AnyTagClassName
{
color: #7B3BCE;
}
</style>
background-color css
<style>
a { background-color: #7B3BCE; }
a { background-color: rgb(123,59,206); }
div.DivClassName
{
background-color: #7B3BCE;
}
.BgClassName
{
background-color: #7B3BCE;
}
</style>
border-color css
<style>
span { border-color: #7B3BCE; }
span { border-color: rgb(123,59,206); }
td.TdClassName
{
border-color: #7B3BCE;
}
.TagClassName
{
border-color: #7B3BCE;
}
</style>