Shades of Purple Heart #4F30AD
Tints of Purple Heart #4F30AD
RGB
CMYK
RGB Variations
Color information
#4F30AD (or 0x4F30AD) is known color: Purple Heart. HEX triplet: 4F, 30 and AD. RGB value is (79,48,173). Sum of RGB (Red+Green+Blue) = 79+48+173=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F30AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F30AD is #B0CF52. Grayscale: #474747. Windows color (decimal): -11587411 or 11350095. OLE color: 11350095.
HSL color Cylindrical-coordinate representation of color #4F30AD: hue angle of 254.88º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F30AD is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 48 | 173 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.32 |
| HSL | 254.88º | 0.57% | 0.43% | - |
| HSV(B) | 254.88º | 0.72% | 0.68% | - |
| XYZ | 11.82 | 6.79 | 40.22 | - |
| YUV | 71.52 | 185.27 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 173 | 0.54 | 0.72 | 0 | 0.32 | 254.88 | 0.57 | 0.43 |
| Hex | 4F | 30 | AD | 36 | 48 | 0 | 20 | FF | 39 | 2B |
| Octal | 117 | 60 | 255 | 66 | 110 | 0 | 40 | 377 | 71 | 53 |
| Binary | 1001111 | 110000 | 10101101 | 110110 | 1001000 | 0 | 100000 | 11111111 | 111001 | 101011 |
Color Harmonies of #4F30AD
Complementary color
Monochromatic Colors of #4F30AD
Black with #4F30AD
Text Example
Text Example
White with #4F30AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F30AD; }
p { color: rgb(79,48,173); }
H1.HeaderClassName
{
color: #4F30AD;
}
.AnyTagClassName
{
color: #4F30AD;
}
</style>
background-color css
<style>
a { background-color: #4F30AD; }
a { background-color: rgb(79,48,173); }
div.DivClassName
{
background-color: #4F30AD;
}
.BgClassName
{
background-color: #4F30AD;
}
</style>
border-color css
<style>
span { border-color: #4F30AD; }
span { border-color: rgb(79,48,173); }
td.TdClassName
{
border-color: #4F30AD;
}
.TagClassName
{
border-color: #4F30AD;
}
</style>