Shades of Purple Heart #7123CB
Tints of Purple Heart #7123CB
RGB
CMYK
RGB Variations
Color information
#7123CB (or 0x7123CB) is known color: Purple Heart. HEX triplet: 71, 23 and CB. RGB value is (113,35,203). Sum of RGB (Red+Green+Blue) = 113+35+203=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #7123CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7123CB is #8EDC34. Grayscale: #4C4C4C. Windows color (decimal): -9362485 or 13312881. OLE color: 13312881.
HSL color Cylindrical-coordinate representation of color #7123CB: hue angle of 267.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7123CB is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 35 | 203 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.20 |
| HSL | 267.86º | 0.71% | 0.47% | - |
| HSV(B) | 267.86º | 0.83% | 0.8% | - |
| XYZ | 18.19 | 9.02 | 57.28 | - |
| YUV | 77.47 | 198.84 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 203 | 0.44 | 0.83 | 0 | 0.20 | 267.86 | 0.71 | 0.47 |
| Hex | 71 | 23 | CB | 2C | 53 | 0 | 14 | 10C | 47 | 2F |
| Octal | 161 | 43 | 313 | 54 | 123 | 0 | 24 | 414 | 107 | 57 |
| Binary | 1110001 | 100011 | 11001011 | 101100 | 1010011 | 0 | 10100 | 100001100 | 1000111 | 101111 |
Color Harmonies of #7123CB
Complementary color
Monochromatic Colors of #7123CB
Black with #7123CB
Text Example
Text Example
White with #7123CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7123CB; }
p { color: rgb(113,35,203); }
H1.HeaderClassName
{
color: #7123CB;
}
.AnyTagClassName
{
color: #7123CB;
}
</style>
background-color css
<style>
a { background-color: #7123CB; }
a { background-color: rgb(113,35,203); }
div.DivClassName
{
background-color: #7123CB;
}
.BgClassName
{
background-color: #7123CB;
}
</style>
border-color css
<style>
span { border-color: #7123CB; }
span { border-color: rgb(113,35,203); }
td.TdClassName
{
border-color: #7123CB;
}
.TagClassName
{
border-color: #7123CB;
}
</style>