Shades of Purple Heart #4D08CE
Tints of Purple Heart #4D08CE
RGB
CMYK
RGB Variations
Color information
#4D08CE (or 0x4D08CE) is known color: Purple Heart. HEX triplet: 4D, 08 and CE. RGB value is (77,8,206). Sum of RGB (Red+Green+Blue) = 77+8+206=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D08CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D08CE is #B2F731. Grayscale: #323232. Windows color (decimal): -11728690 or 13502541. OLE color: 13502541.
HSL color Cylindrical-coordinate representation of color #4D08CE: hue angle of 260.91º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D08CE is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 8 | 206 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.19 |
| HSL | 260.91º | 0.93% | 0.42% | - |
| HSV(B) | 260.91º | 0.96% | 0.81% | - |
| XYZ | 14.29 | 6.21 | 58.84 | - |
| YUV | 51.2 | 215.36 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 206 | 0.63 | 0.96 | 0 | 0.19 | 260.91 | 0.93 | 0.42 |
| Hex | 4D | 8 | CE | 3F | 60 | 0 | 13 | 105 | 5D | 2A |
| Octal | 115 | 10 | 316 | 77 | 140 | 0 | 23 | 405 | 135 | 52 |
| Binary | 1001101 | 1000 | 11001110 | 111111 | 1100000 | 0 | 10011 | 100000101 | 1011101 | 101010 |
Color Harmonies of #4D08CE
Complementary color
Monochromatic Colors of #4D08CE
Black with #4D08CE
Text Example
Text Example
White with #4D08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D08CE; }
p { color: rgb(77,8,206); }
H1.HeaderClassName
{
color: #4D08CE;
}
.AnyTagClassName
{
color: #4D08CE;
}
</style>
background-color css
<style>
a { background-color: #4D08CE; }
a { background-color: rgb(77,8,206); }
div.DivClassName
{
background-color: #4D08CE;
}
.BgClassName
{
background-color: #4D08CE;
}
</style>
border-color css
<style>
span { border-color: #4D08CE; }
span { border-color: rgb(77,8,206); }
td.TdClassName
{
border-color: #4D08CE;
}
.TagClassName
{
border-color: #4D08CE;
}
</style>