Shades of Purple Heart #4D08B7
Tints of Purple Heart #4D08B7
RGB
CMYK
RGB Variations
Color information
#4D08B7 (or 0x4D08B7) is known color: Purple Heart. HEX triplet: 4D, 08 and B7. RGB value is (77,8,183). Sum of RGB (Red+Green+Blue) = 77+8+183=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 183 (71.88% from 255 or 68.28% from 268); Max value from RGB is 183 - color contains mainly: blue. Hex color #4D08B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D08B7 is #B2F748. Grayscale: #2F2F2F. Windows color (decimal): -11728713 or 11995213. OLE color: 11995213.
HSL color Cylindrical-coordinate representation of color #4D08B7: hue angle of 263.66º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D08B7 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 8 | 183 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.28 |
| HSL | 263.66º | 0.92% | 0.37% | - |
| HSV(B) | 263.66º | 0.96% | 0.72% | - |
| XYZ | 11.69 | 5.17 | 45.18 | - |
| YUV | 48.58 | 203.86 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 183 | 0.58 | 0.96 | 0 | 0.28 | 263.66 | 0.92 | 0.37 |
| Hex | 4D | 8 | B7 | 3A | 60 | 0 | 1C | 108 | 5C | 25 |
| Octal | 115 | 10 | 267 | 72 | 140 | 0 | 34 | 410 | 134 | 45 |
| Binary | 1001101 | 1000 | 10110111 | 111010 | 1100000 | 0 | 11100 | 100001000 | 1011100 | 100101 |
Color Harmonies of #4D08B7
Complementary color
Monochromatic Colors of #4D08B7
Black with #4D08B7
Text Example
Text Example
White with #4D08B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D08B7; }
p { color: rgb(77,8,183); }
H1.HeaderClassName
{
color: #4D08B7;
}
.AnyTagClassName
{
color: #4D08B7;
}
</style>
background-color css
<style>
a { background-color: #4D08B7; }
a { background-color: rgb(77,8,183); }
div.DivClassName
{
background-color: #4D08B7;
}
.BgClassName
{
background-color: #4D08B7;
}
</style>
border-color css
<style>
span { border-color: #4D08B7; }
span { border-color: rgb(77,8,183); }
td.TdClassName
{
border-color: #4D08B7;
}
.TagClassName
{
border-color: #4D08B7;
}
</style>