Shades of Purple Heart #4515CE
Tints of Purple Heart #4515CE
RGB
CMYK
RGB Variations
Color information
#4515CE (or 0x4515CE) is known color: Purple Heart. HEX triplet: 45, 15 and CE. RGB value is (69,21,206). Sum of RGB (Red+Green+Blue) = 69+21+206=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #4515CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4515CE is #BAEA31. Grayscale: #373737. Windows color (decimal): -12249650 or 13505861. OLE color: 13505861.
HSL color Cylindrical-coordinate representation of color #4515CE: hue angle of 255.57º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4515CE is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 21 | 206 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.19 |
| HSL | 255.57º | 0.81% | 0.45% | - |
| HSV(B) | 255.57º | 0.9% | 0.81% | - |
| XYZ | 13.86 | 6.26 | 58.87 | - |
| YUV | 56.44 | 212.4 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 206 | 0.67 | 0.90 | 0 | 0.19 | 255.57 | 0.81 | 0.45 |
| Hex | 45 | 15 | CE | 43 | 5A | 0 | 13 | 100 | 51 | 2D |
| Octal | 105 | 25 | 316 | 103 | 132 | 0 | 23 | 400 | 121 | 55 |
| Binary | 1000101 | 10101 | 11001110 | 1000011 | 1011010 | 0 | 10011 | 100000000 | 1010001 | 101101 |
Color Harmonies of #4515CE
Complementary color
Monochromatic Colors of #4515CE
Black with #4515CE
Text Example
Text Example
White with #4515CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4515CE; }
p { color: rgb(69,21,206); }
H1.HeaderClassName
{
color: #4515CE;
}
.AnyTagClassName
{
color: #4515CE;
}
</style>
background-color css
<style>
a { background-color: #4515CE; }
a { background-color: rgb(69,21,206); }
div.DivClassName
{
background-color: #4515CE;
}
.BgClassName
{
background-color: #4515CE;
}
</style>
border-color css
<style>
span { border-color: #4515CE; }
span { border-color: rgb(69,21,206); }
td.TdClassName
{
border-color: #4515CE;
}
.TagClassName
{
border-color: #4515CE;
}
</style>