Shades of Purple Heart #4513C3
Tints of Purple Heart #4513C3
RGB
CMYK
RGB Variations
Color information
#4513C3 (or 0x4513C3) is known color: Purple Heart. HEX triplet: 45, 13 and C3. RGB value is (69,19,195). Sum of RGB (Red+Green+Blue) = 69+19+195=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 195 (76.56% from 255 or 68.90% from 283); Max value from RGB is 195 - color contains mainly: blue. Hex color #4513C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4513C3 is #BAEC3C. Grayscale: #353535. Windows color (decimal): -12250173 or 12784453. OLE color: 12784453.
HSL color Cylindrical-coordinate representation of color #4513C3: hue angle of 257.05º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4513C3 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 19 | 195 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.24 |
| HSL | 257.05º | 0.82% | 0.42% | - |
| HSV(B) | 257.05º | 0.9% | 0.76% | - |
| XYZ | 12.54 | 5.67 | 52.06 | - |
| YUV | 54.01 | 207.57 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 195 | 0.65 | 0.90 | 0 | 0.24 | 257.05 | 0.82 | 0.42 |
| Hex | 45 | 13 | C3 | 41 | 5A | 0 | 18 | 101 | 52 | 2A |
| Octal | 105 | 23 | 303 | 101 | 132 | 0 | 30 | 401 | 122 | 52 |
| Binary | 1000101 | 10011 | 11000011 | 1000001 | 1011010 | 0 | 11000 | 100000001 | 1010010 | 101010 |
Color Harmonies of #4513C3
Complementary color
Monochromatic Colors of #4513C3
Black with #4513C3
Text Example
Text Example
White with #4513C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4513C3; }
p { color: rgb(69,19,195); }
H1.HeaderClassName
{
color: #4513C3;
}
.AnyTagClassName
{
color: #4513C3;
}
</style>
background-color css
<style>
a { background-color: #4513C3; }
a { background-color: rgb(69,19,195); }
div.DivClassName
{
background-color: #4513C3;
}
.BgClassName
{
background-color: #4513C3;
}
</style>
border-color css
<style>
span { border-color: #4513C3; }
span { border-color: rgb(69,19,195); }
td.TdClassName
{
border-color: #4513C3;
}
.TagClassName
{
border-color: #4513C3;
}
</style>