Shades of Purple Heart #7423C2
Tints of Purple Heart #7423C2
RGB
CMYK
RGB Variations
Color information
#7423C2 (or 0x7423C2) is known color: Purple Heart. HEX triplet: 74, 23 and C2. RGB value is (116,35,194). Sum of RGB (Red+Green+Blue) = 116+35+194=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 194 (76.17% from 255 or 56.23% from 345); Max value from RGB is 194 - color contains mainly: blue. Hex color #7423C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7423C2 is #8BDC3D. Grayscale: #4C4C4C. Windows color (decimal): -9165886 or 12723060. OLE color: 12723060.
HSL color Cylindrical-coordinate representation of color #7423C2: hue angle of 270.57º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7423C2 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 35 | 194 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.24 |
| HSL | 270.57º | 0.69% | 0.45% | - |
| HSV(B) | 270.57º | 0.82% | 0.76% | - |
| XYZ | 17.54 | 8.81 | 51.81 | - |
| YUV | 77.35 | 193.84 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 194 | 0.40 | 0.82 | 0 | 0.24 | 270.57 | 0.69 | 0.45 |
| Hex | 74 | 23 | C2 | 28 | 52 | 0 | 18 | 10F | 45 | 2D |
| Octal | 164 | 43 | 302 | 50 | 122 | 0 | 30 | 417 | 105 | 55 |
| Binary | 1110100 | 100011 | 11000010 | 101000 | 1010010 | 0 | 11000 | 100001111 | 1000101 | 101101 |
Color Harmonies of #7423C2
Complementary color
Monochromatic Colors of #7423C2
Black with #7423C2
Text Example
Text Example
White with #7423C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7423C2; }
p { color: rgb(116,35,194); }
H1.HeaderClassName
{
color: #7423C2;
}
.AnyTagClassName
{
color: #7423C2;
}
</style>
background-color css
<style>
a { background-color: #7423C2; }
a { background-color: rgb(116,35,194); }
div.DivClassName
{
background-color: #7423C2;
}
.BgClassName
{
background-color: #7423C2;
}
</style>
border-color css
<style>
span { border-color: #7423C2; }
span { border-color: rgb(116,35,194); }
td.TdClassName
{
border-color: #7423C2;
}
.TagClassName
{
border-color: #7423C2;
}
</style>