Shades of Purple Heart #4611CE
Tints of Purple Heart #4611CE
RGB
CMYK
RGB Variations
Color information
#4611CE (or 0x4611CE) is known color: Purple Heart. HEX triplet: 46, 11 and CE. RGB value is (70,17,206). Sum of RGB (Red+Green+Blue) = 70+17+206=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #4611CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4611CE is #B9EE31. Grayscale: #353535. Windows color (decimal): -12185138 or 13504838. OLE color: 13504838.
HSL color Cylindrical-coordinate representation of color #4611CE: hue angle of 256.83º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4611CE is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 17 | 206 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.19 |
| HSL | 256.83º | 0.85% | 0.44% | - |
| HSV(B) | 256.83º | 0.92% | 0.81% | - |
| XYZ | 13.87 | 6.16 | 58.85 | - |
| YUV | 54.39 | 213.56 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 206 | 0.66 | 0.92 | 0 | 0.19 | 256.83 | 0.85 | 0.44 |
| Hex | 46 | 11 | CE | 42 | 5C | 0 | 13 | 101 | 55 | 2C |
| Octal | 106 | 21 | 316 | 102 | 134 | 0 | 23 | 401 | 125 | 54 |
| Binary | 1000110 | 10001 | 11001110 | 1000010 | 1011100 | 0 | 10011 | 100000001 | 1010101 | 101100 |
Color Harmonies of #4611CE
Complementary color
Monochromatic Colors of #4611CE
Black with #4611CE
Text Example
Text Example
White with #4611CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4611CE; }
p { color: rgb(70,17,206); }
H1.HeaderClassName
{
color: #4611CE;
}
.AnyTagClassName
{
color: #4611CE;
}
</style>
background-color css
<style>
a { background-color: #4611CE; }
a { background-color: rgb(70,17,206); }
div.DivClassName
{
background-color: #4611CE;
}
.BgClassName
{
background-color: #4611CE;
}
</style>
border-color css
<style>
span { border-color: #4611CE; }
span { border-color: rgb(70,17,206); }
td.TdClassName
{
border-color: #4611CE;
}
.TagClassName
{
border-color: #4611CE;
}
</style>