Shades of Purple Heart #4613CE
Tints of Purple Heart #4613CE
RGB
CMYK
RGB Variations
Color information
#4613CE (or 0x4613CE) is known color: Purple Heart. HEX triplet: 46, 13 and CE. RGB value is (70,19,206). Sum of RGB (Red+Green+Blue) = 70+19+206=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #4613CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4613CE is #B9EC31. Grayscale: #363636. Windows color (decimal): -12184626 or 13505350. OLE color: 13505350.
HSL color Cylindrical-coordinate representation of color #4613CE: hue angle of 256.36º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4613CE is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 19 | 206 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.19 |
| HSL | 256.36º | 0.83% | 0.44% | - |
| HSV(B) | 256.36º | 0.91% | 0.81% | - |
| XYZ | 13.9 | 6.22 | 58.86 | - |
| YUV | 55.57 | 212.9 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 206 | 0.66 | 0.91 | 0 | 0.19 | 256.36 | 0.83 | 0.44 |
| Hex | 46 | 13 | CE | 42 | 5B | 0 | 13 | 100 | 53 | 2C |
| Octal | 106 | 23 | 316 | 102 | 133 | 0 | 23 | 400 | 123 | 54 |
| Binary | 1000110 | 10011 | 11001110 | 1000010 | 1011011 | 0 | 10011 | 100000000 | 1010011 | 101100 |
Color Harmonies of #4613CE
Complementary color
Monochromatic Colors of #4613CE
Black with #4613CE
Text Example
Text Example
White with #4613CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4613CE; }
p { color: rgb(70,19,206); }
H1.HeaderClassName
{
color: #4613CE;
}
.AnyTagClassName
{
color: #4613CE;
}
</style>
background-color css
<style>
a { background-color: #4613CE; }
a { background-color: rgb(70,19,206); }
div.DivClassName
{
background-color: #4613CE;
}
.BgClassName
{
background-color: #4613CE;
}
</style>
border-color css
<style>
span { border-color: #4613CE; }
span { border-color: rgb(70,19,206); }
td.TdClassName
{
border-color: #4613CE;
}
.TagClassName
{
border-color: #4613CE;
}
</style>