Shades of Purple Heart #7B3FCB
Tints of Purple Heart #7B3FCB
RGB
CMYK
RGB Variations
Color information
#7B3FCB (or 0x7B3FCB) is known color: Purple Heart. HEX triplet: 7B, 3F and CB. RGB value is (123,63,203). Sum of RGB (Red+Green+Blue) = 123+63+203=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B3FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3FCB is #84C034. Grayscale: #606060. Windows color (decimal): -8699957 or 13320059. OLE color: 13320059.
HSL color Cylindrical-coordinate representation of color #7B3FCB: hue angle of 265.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B3FCB is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 63 | 203 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.20 |
| HSL | 265.71º | 0.57% | 0.52% | - |
| HSV(B) | 265.71º | 0.69% | 0.8% | - |
| XYZ | 20.73 | 12.08 | 57.74 | - |
| YUV | 96.9 | 187.88 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 63 | 203 | 0.39 | 0.69 | 0 | 0.20 | 265.71 | 0.57 | 0.52 |
| Hex | 7B | 3F | CB | 27 | 45 | 0 | 14 | 10A | 39 | 34 |
| Octal | 173 | 77 | 313 | 47 | 105 | 0 | 24 | 412 | 71 | 64 |
| Binary | 1111011 | 111111 | 11001011 | 100111 | 1000101 | 0 | 10100 | 100001010 | 111001 | 110100 |
Color Harmonies of #7B3FCB
Complementary color
Monochromatic Colors of #7B3FCB
Black with #7B3FCB
Text Example
Text Example
White with #7B3FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3FCB; }
p { color: rgb(123,63,203); }
H1.HeaderClassName
{
color: #7B3FCB;
}
.AnyTagClassName
{
color: #7B3FCB;
}
</style>
background-color css
<style>
a { background-color: #7B3FCB; }
a { background-color: rgb(123,63,203); }
div.DivClassName
{
background-color: #7B3FCB;
}
.BgClassName
{
background-color: #7B3FCB;
}
</style>
border-color css
<style>
span { border-color: #7B3FCB; }
span { border-color: rgb(123,63,203); }
td.TdClassName
{
border-color: #7B3FCB;
}
.TagClassName
{
border-color: #7B3FCB;
}
</style>