Shades of Purple Heart #7423CD
Tints of Purple Heart #7423CD
RGB
CMYK
RGB Variations
Color information
#7423CD (or 0x7423CD) is known color: Purple Heart. HEX triplet: 74, 23 and CD. RGB value is (116,35,205). Sum of RGB (Red+Green+Blue) = 116+35+205=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #7423CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7423CD is #8BDC32. Grayscale: #4E4E4E. Windows color (decimal): -9165875 or 13443956. OLE color: 13443956.
HSL color Cylindrical-coordinate representation of color #7423CD: hue angle of 268.59º 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 #7423CD is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 35 | 205 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.20 |
| HSL | 268.59º | 0.71% | 0.47% | - |
| HSV(B) | 268.59º | 0.83% | 0.8% | - |
| XYZ | 18.82 | 9.32 | 58.57 | - |
| YUV | 78.6 | 199.34 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 205 | 0.43 | 0.83 | 0 | 0.20 | 268.59 | 0.71 | 0.47 |
| Hex | 74 | 23 | CD | 2B | 53 | 0 | 14 | 10D | 47 | 2F |
| Octal | 164 | 43 | 315 | 53 | 123 | 0 | 24 | 415 | 107 | 57 |
| Binary | 1110100 | 100011 | 11001101 | 101011 | 1010011 | 0 | 10100 | 100001101 | 1000111 | 101111 |
Color Harmonies of #7423CD
Complementary color
Monochromatic Colors of #7423CD
Black with #7423CD
Text Example
Text Example
White with #7423CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7423CD; }
p { color: rgb(116,35,205); }
H1.HeaderClassName
{
color: #7423CD;
}
.AnyTagClassName
{
color: #7423CD;
}
</style>
background-color css
<style>
a { background-color: #7423CD; }
a { background-color: rgb(116,35,205); }
div.DivClassName
{
background-color: #7423CD;
}
.BgClassName
{
background-color: #7423CD;
}
</style>
border-color css
<style>
span { border-color: #7423CD; }
span { border-color: rgb(116,35,205); }
td.TdClassName
{
border-color: #7423CD;
}
.TagClassName
{
border-color: #7423CD;
}
</style>