Shades of Purple Heart #4531D1
Tints of Purple Heart #4531D1
RGB
CMYK
RGB Variations
Color information
#4531D1 (or 0x4531D1) is known color: Purple Heart. HEX triplet: 45, 31 and D1. RGB value is (69,49,209). Sum of RGB (Red+Green+Blue) = 69+49+209=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 209 (82.03% from 255 or 63.91% from 327); Max value from RGB is 209 - color contains mainly: blue. Hex color #4531D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4531D1 is #BACE2E. Grayscale: #484848. Windows color (decimal): -12242479 or 13709637. OLE color: 13709637.
HSL color Cylindrical-coordinate representation of color #4531D1: hue angle of 247.5º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4531D1 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 49 | 209 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.18 |
| HSL | 247.5º | 0.63% | 0.51% | - |
| HSV(B) | 247.5º | 0.77% | 0.82% | - |
| XYZ | 15.06 | 8.07 | 61.08 | - |
| YUV | 73.22 | 204.63 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 49 | 209 | 0.67 | 0.77 | 0 | 0.18 | 247.5 | 0.63 | 0.51 |
| Hex | 45 | 31 | D1 | 43 | 4D | 0 | 12 | F8 | 3F | 33 |
| Octal | 105 | 61 | 321 | 103 | 115 | 0 | 22 | 370 | 77 | 63 |
| Binary | 1000101 | 110001 | 11010001 | 1000011 | 1001101 | 0 | 10010 | 11111000 | 111111 | 110011 |
Color Harmonies of #4531D1
Complementary color
Monochromatic Colors of #4531D1
Black with #4531D1
Text Example
Text Example
White with #4531D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4531D1; }
p { color: rgb(69,49,209); }
H1.HeaderClassName
{
color: #4531D1;
}
.AnyTagClassName
{
color: #4531D1;
}
</style>
background-color css
<style>
a { background-color: #4531D1; }
a { background-color: rgb(69,49,209); }
div.DivClassName
{
background-color: #4531D1;
}
.BgClassName
{
background-color: #4531D1;
}
</style>
border-color css
<style>
span { border-color: #4531D1; }
span { border-color: rgb(69,49,209); }
td.TdClassName
{
border-color: #4531D1;
}
.TagClassName
{
border-color: #4531D1;
}
</style>