Shades of Purple Heart #7423AF
Tints of Purple Heart #7423AF
RGB
CMYK
RGB Variations
Color information
#7423AF (or 0x7423AF) is known color: Purple Heart. HEX triplet: 74, 23 and AF. RGB value is (116,35,175). Sum of RGB (Red+Green+Blue) = 116+35+175=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #7423AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7423AF is #8BDC50. Grayscale: #4A4A4A. Windows color (decimal): -9165905 or 11477876. OLE color: 11477876.
HSL color Cylindrical-coordinate representation of color #7423AF: hue angle of 274.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7423AF is Cyan = 0.34, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 35 | 175 | - |
| CMYK | 0.34 | 0.8 | 0 | 0.31 |
| HSL | 274.71º | 0.67% | 0.41% | - |
| HSV(B) | 274.71º | 0.8% | 0.69% | - |
| XYZ | 15.54 | 8.01 | 41.28 | - |
| YUV | 75.18 | 184.34 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 175 | 0.34 | 0.8 | 0 | 0.31 | 274.71 | 0.67 | 0.41 |
| Hex | 74 | 23 | AF | 22 | 50 | 0 | 1F | 113 | 43 | 29 |
| Octal | 164 | 43 | 257 | 42 | 120 | 0 | 37 | 423 | 103 | 51 |
| Binary | 1110100 | 100011 | 10101111 | 100010 | 1010000 | 0 | 11111 | 100010011 | 1000011 | 101001 |
Color Harmonies of #7423AF
Complementary color
Monochromatic Colors of #7423AF
Black with #7423AF
Text Example
Text Example
White with #7423AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7423AF; }
p { color: rgb(116,35,175); }
H1.HeaderClassName
{
color: #7423AF;
}
.AnyTagClassName
{
color: #7423AF;
}
</style>
background-color css
<style>
a { background-color: #7423AF; }
a { background-color: rgb(116,35,175); }
div.DivClassName
{
background-color: #7423AF;
}
.BgClassName
{
background-color: #7423AF;
}
</style>
border-color css
<style>
span { border-color: #7423AF; }
span { border-color: rgb(116,35,175); }
td.TdClassName
{
border-color: #7423AF;
}
.TagClassName
{
border-color: #7423AF;
}
</style>