Shades of Purple Heart #7423BC
Tints of Purple Heart #7423BC
RGB
CMYK
RGB Variations
Color information
#7423BC (or 0x7423BC) is known color: Purple Heart. HEX triplet: 74, 23 and BC. RGB value is (116,35,188). Sum of RGB (Red+Green+Blue) = 116+35+188=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #7423BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7423BC is #8BDC43. Grayscale: #4C4C4C. Windows color (decimal): -9165892 or 12329844. OLE color: 12329844.
HSL color Cylindrical-coordinate representation of color #7423BC: hue angle of 271.76º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7423BC is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 35 | 188 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.26 |
| HSL | 271.76º | 0.69% | 0.44% | - |
| HSV(B) | 271.76º | 0.81% | 0.74% | - |
| XYZ | 16.88 | 8.55 | 48.34 | - |
| YUV | 76.66 | 190.84 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 188 | 0.38 | 0.81 | 0 | 0.26 | 271.76 | 0.69 | 0.44 |
| Hex | 74 | 23 | BC | 26 | 51 | 0 | 1A | 110 | 45 | 2C |
| Octal | 164 | 43 | 274 | 46 | 121 | 0 | 32 | 420 | 105 | 54 |
| Binary | 1110100 | 100011 | 10111100 | 100110 | 1010001 | 0 | 11010 | 100010000 | 1000101 | 101100 |
Color Harmonies of #7423BC
Complementary color
Monochromatic Colors of #7423BC
Black with #7423BC
Text Example
Text Example
White with #7423BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7423BC; }
p { color: rgb(116,35,188); }
H1.HeaderClassName
{
color: #7423BC;
}
.AnyTagClassName
{
color: #7423BC;
}
</style>
background-color css
<style>
a { background-color: #7423BC; }
a { background-color: rgb(116,35,188); }
div.DivClassName
{
background-color: #7423BC;
}
.BgClassName
{
background-color: #7423BC;
}
</style>
border-color css
<style>
span { border-color: #7423BC; }
span { border-color: rgb(116,35,188); }
td.TdClassName
{
border-color: #7423BC;
}
.TagClassName
{
border-color: #7423BC;
}
</style>