Shades of Purple Heart #7430B3
Tints of Purple Heart #7430B3
RGB
CMYK
RGB Variations
Color information
#7430B3 (or 0x7430B3) is known color: Purple Heart. HEX triplet: 74, 30 and B3. RGB value is (116,48,179). Sum of RGB (Red+Green+Blue) = 116+48+179=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #7430B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7430B3 is #8BCF4C. Grayscale: #525252. Windows color (decimal): -9162573 or 11743348. OLE color: 11743348.
HSL color Cylindrical-coordinate representation of color #7430B3: hue angle of 271.15º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7430B3 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 48 | 179 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.30 |
| HSL | 271.15º | 0.58% | 0.45% | - |
| HSV(B) | 271.15º | 0.73% | 0.7% | - |
| XYZ | 16.4 | 9.08 | 43.54 | - |
| YUV | 83.27 | 182.03 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 179 | 0.35 | 0.73 | 0 | 0.30 | 271.15 | 0.58 | 0.45 |
| Hex | 74 | 30 | B3 | 23 | 49 | 0 | 1E | 10F | 3A | 2D |
| Octal | 164 | 60 | 263 | 43 | 111 | 0 | 36 | 417 | 72 | 55 |
| Binary | 1110100 | 110000 | 10110011 | 100011 | 1001001 | 0 | 11110 | 100001111 | 111010 | 101101 |
Color Harmonies of #7430B3
Complementary color
Monochromatic Colors of #7430B3
Black with #7430B3
Text Example
Text Example
White with #7430B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7430B3; }
p { color: rgb(116,48,179); }
H1.HeaderClassName
{
color: #7430B3;
}
.AnyTagClassName
{
color: #7430B3;
}
</style>
background-color css
<style>
a { background-color: #7430B3; }
a { background-color: rgb(116,48,179); }
div.DivClassName
{
background-color: #7430B3;
}
.BgClassName
{
background-color: #7430B3;
}
</style>
border-color css
<style>
span { border-color: #7430B3; }
span { border-color: rgb(116,48,179); }
td.TdClassName
{
border-color: #7430B3;
}
.TagClassName
{
border-color: #7430B3;
}
</style>