Shades of Purple Heart #4516CC
Tints of Purple Heart #4516CC
RGB
CMYK
RGB Variations
Color information
#4516CC (or 0x4516CC) is known color: Purple Heart. HEX triplet: 45, 16 and CC. RGB value is (69,22,204). Sum of RGB (Red+Green+Blue) = 69+22+204=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #4516CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4516CC is #BAE933. Grayscale: #383838. Windows color (decimal): -12249396 or 13375045. OLE color: 13375045.
HSL color Cylindrical-coordinate representation of color #4516CC: hue angle of 255.49º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4516CC is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 22 | 204 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.2 |
| HSL | 255.49º | 0.81% | 0.44% | - |
| HSV(B) | 255.49º | 0.89% | 0.8% | - |
| XYZ | 13.64 | 6.2 | 57.6 | - |
| YUV | 56.8 | 211.07 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 22 | 204 | 0.66 | 0.89 | 0 | 0.2 | 255.49 | 0.81 | 0.44 |
| Hex | 45 | 16 | CC | 42 | 59 | 0 | 14 | FF | 51 | 2C |
| Octal | 105 | 26 | 314 | 102 | 131 | 0 | 24 | 377 | 121 | 54 |
| Binary | 1000101 | 10110 | 11001100 | 1000010 | 1011001 | 0 | 10100 | 11111111 | 1010001 | 101100 |
Color Harmonies of #4516CC
Complementary color
Monochromatic Colors of #4516CC
Black with #4516CC
Text Example
Text Example
White with #4516CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4516CC; }
p { color: rgb(69,22,204); }
H1.HeaderClassName
{
color: #4516CC;
}
.AnyTagClassName
{
color: #4516CC;
}
</style>
background-color css
<style>
a { background-color: #4516CC; }
a { background-color: rgb(69,22,204); }
div.DivClassName
{
background-color: #4516CC;
}
.BgClassName
{
background-color: #4516CC;
}
</style>
border-color css
<style>
span { border-color: #4516CC; }
span { border-color: rgb(69,22,204); }
td.TdClassName
{
border-color: #4516CC;
}
.TagClassName
{
border-color: #4516CC;
}
</style>