Shades of Purple Heart #4D30AF
Tints of Purple Heart #4D30AF
RGB
CMYK
RGB Variations
Color information
#4D30AF (or 0x4D30AF) is known color: Purple Heart. HEX triplet: 4D, 30 and AF. RGB value is (77,48,175). Sum of RGB (Red+Green+Blue) = 77+48+175=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D30AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D30AF is #B2CF50. Grayscale: #464646. Windows color (decimal): -11718481 or 11481165. OLE color: 11481165.
HSL color Cylindrical-coordinate representation of color #4D30AF: hue angle of 253.7º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D30AF is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 48 | 175 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.31 |
| HSL | 253.7º | 0.57% | 0.44% | - |
| HSV(B) | 253.7º | 0.73% | 0.69% | - |
| XYZ | 11.86 | 6.79 | 41.24 | - |
| YUV | 71.15 | 186.61 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 175 | 0.56 | 0.73 | 0 | 0.31 | 253.7 | 0.57 | 0.44 |
| Hex | 4D | 30 | AF | 38 | 49 | 0 | 1F | FE | 39 | 2C |
| Octal | 115 | 60 | 257 | 70 | 111 | 0 | 37 | 376 | 71 | 54 |
| Binary | 1001101 | 110000 | 10101111 | 111000 | 1001001 | 0 | 11111 | 11111110 | 111001 | 101100 |
Color Harmonies of #4D30AF
Complementary color
Monochromatic Colors of #4D30AF
Black with #4D30AF
Text Example
Text Example
White with #4D30AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D30AF; }
p { color: rgb(77,48,175); }
H1.HeaderClassName
{
color: #4D30AF;
}
.AnyTagClassName
{
color: #4D30AF;
}
</style>
background-color css
<style>
a { background-color: #4D30AF; }
a { background-color: rgb(77,48,175); }
div.DivClassName
{
background-color: #4D30AF;
}
.BgClassName
{
background-color: #4D30AF;
}
</style>
border-color css
<style>
span { border-color: #4D30AF; }
span { border-color: rgb(77,48,175); }
td.TdClassName
{
border-color: #4D30AF;
}
.TagClassName
{
border-color: #4D30AF;
}
</style>