Shades of Purple Heart #7B37CE
Tints of Purple Heart #7B37CE
RGB
CMYK
RGB Variations
Color information
#7B37CE (or 0x7B37CE) is known color: Purple Heart. HEX triplet: 7B, 37 and CE. RGB value is (123,55,206). Sum of RGB (Red+Green+Blue) = 123+55+206=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B37CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B37CE is #84C831. Grayscale: #5C5C5C. Windows color (decimal): -8702002 or 13514619. OLE color: 13514619.
HSL color Cylindrical-coordinate representation of color #7B37CE: hue angle of 267.02º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B37CE is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 55 | 206 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.19 |
| HSL | 267.02º | 0.61% | 0.51% | - |
| HSV(B) | 267.02º | 0.73% | 0.81% | - |
| XYZ | 20.68 | 11.4 | 59.5 | - |
| YUV | 92.55 | 192.03 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 55 | 206 | 0.40 | 0.73 | 0 | 0.19 | 267.02 | 0.61 | 0.51 |
| Hex | 7B | 37 | CE | 28 | 49 | 0 | 13 | 10B | 3D | 33 |
| Octal | 173 | 67 | 316 | 50 | 111 | 0 | 23 | 413 | 75 | 63 |
| Binary | 1111011 | 110111 | 11001110 | 101000 | 1001001 | 0 | 10011 | 100001011 | 111101 | 110011 |
Color Harmonies of #7B37CE
Complementary color
Monochromatic Colors of #7B37CE
Black with #7B37CE
Text Example
Text Example
White with #7B37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B37CE; }
p { color: rgb(123,55,206); }
H1.HeaderClassName
{
color: #7B37CE;
}
.AnyTagClassName
{
color: #7B37CE;
}
</style>
background-color css
<style>
a { background-color: #7B37CE; }
a { background-color: rgb(123,55,206); }
div.DivClassName
{
background-color: #7B37CE;
}
.BgClassName
{
background-color: #7B37CE;
}
</style>
border-color css
<style>
span { border-color: #7B37CE; }
span { border-color: rgb(123,55,206); }
td.TdClassName
{
border-color: #7B37CE;
}
.TagClassName
{
border-color: #7B37CE;
}
</style>