Shades of Purple Heart #4513CE
Tints of Purple Heart #4513CE
RGB
CMYK
RGB Variations
Color information
#4513CE (or 0x4513CE) is known color: Purple Heart. HEX triplet: 45, 13 and CE. RGB value is (69,19,206). Sum of RGB (Red+Green+Blue) = 69+19+206=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #4513CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4513CE is #BAEC31. Grayscale: #363636. Windows color (decimal): -12250162 or 13505349. OLE color: 13505349.
HSL color Cylindrical-coordinate representation of color #4513CE: hue angle of 256.04º 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 #4513CE is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 19 | 206 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.19 |
| HSL | 256.04º | 0.83% | 0.44% | - |
| HSV(B) | 256.04º | 0.91% | 0.81% | - |
| XYZ | 13.83 | 6.19 | 58.86 | - |
| YUV | 55.27 | 213.07 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 206 | 0.67 | 0.91 | 0 | 0.19 | 256.04 | 0.83 | 0.44 |
| Hex | 45 | 13 | CE | 43 | 5B | 0 | 13 | 100 | 53 | 2C |
| Octal | 105 | 23 | 316 | 103 | 133 | 0 | 23 | 400 | 123 | 54 |
| Binary | 1000101 | 10011 | 11001110 | 1000011 | 1011011 | 0 | 10011 | 100000000 | 1010011 | 101100 |
Color Harmonies of #4513CE
Complementary color
Monochromatic Colors of #4513CE
Black with #4513CE
Text Example
Text Example
White with #4513CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4513CE; }
p { color: rgb(69,19,206); }
H1.HeaderClassName
{
color: #4513CE;
}
.AnyTagClassName
{
color: #4513CE;
}
</style>
background-color css
<style>
a { background-color: #4513CE; }
a { background-color: rgb(69,19,206); }
div.DivClassName
{
background-color: #4513CE;
}
.BgClassName
{
background-color: #4513CE;
}
</style>
border-color css
<style>
span { border-color: #4513CE; }
span { border-color: rgb(69,19,206); }
td.TdClassName
{
border-color: #4513CE;
}
.TagClassName
{
border-color: #4513CE;
}
</style>