Shades of Purple Heart #4D08BF
Tints of Purple Heart #4D08BF
RGB
CMYK
RGB Variations
Color information
#4D08BF (or 0x4D08BF) is known color: Purple Heart. HEX triplet: 4D, 08 and BF. RGB value is (77,8,191). Sum of RGB (Red+Green+Blue) = 77+8+191=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D08BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D08BF is #B2F740. Grayscale: #303030. Windows color (decimal): -11728705 or 12519501. OLE color: 12519501.
HSL color Cylindrical-coordinate representation of color #4D08BF: hue angle of 262.62º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D08BF is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 8 | 191 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.25 |
| HSL | 262.62º | 0.92% | 0.39% | - |
| HSV(B) | 262.62º | 0.96% | 0.75% | - |
| XYZ | 12.55 | 5.51 | 49.69 | - |
| YUV | 49.49 | 207.86 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 191 | 0.60 | 0.96 | 0 | 0.25 | 262.62 | 0.92 | 0.39 |
| Hex | 4D | 8 | BF | 3C | 60 | 0 | 19 | 107 | 5C | 27 |
| Octal | 115 | 10 | 277 | 74 | 140 | 0 | 31 | 407 | 134 | 47 |
| Binary | 1001101 | 1000 | 10111111 | 111100 | 1100000 | 0 | 11001 | 100000111 | 1011100 | 100111 |
Color Harmonies of #4D08BF
Complementary color
Monochromatic Colors of #4D08BF
Black with #4D08BF
Text Example
Text Example
White with #4D08BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D08BF; }
p { color: rgb(77,8,191); }
H1.HeaderClassName
{
color: #4D08BF;
}
.AnyTagClassName
{
color: #4D08BF;
}
</style>
background-color css
<style>
a { background-color: #4D08BF; }
a { background-color: rgb(77,8,191); }
div.DivClassName
{
background-color: #4D08BF;
}
.BgClassName
{
background-color: #4D08BF;
}
</style>
border-color css
<style>
span { border-color: #4D08BF; }
span { border-color: rgb(77,8,191); }
td.TdClassName
{
border-color: #4D08BF;
}
.TagClassName
{
border-color: #4D08BF;
}
</style>