Shades of Purple Heart #4431D5
Tints of Purple Heart #4431D5
RGB
CMYK
RGB Variations
Color information
#4431D5 (or 0x4431D5) is known color: Purple Heart. HEX triplet: 44, 31 and D5. RGB value is (68,49,213). Sum of RGB (Red+Green+Blue) = 68+49+213=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 213 (83.59% from 255 or 64.55% from 330); Max value from RGB is 213 - color contains mainly: blue. Hex color #4431D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4431D5 is #BBCE2A. Grayscale: #484848. Windows color (decimal): -12308011 or 13971780. OLE color: 13971780.
HSL color Cylindrical-coordinate representation of color #4431D5: hue angle of 246.95º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4431D5 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 49 | 213 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.16 |
| HSL | 246.95º | 0.66% | 0.51% | - |
| HSV(B) | 246.95º | 0.77% | 0.84% | - |
| XYZ | 15.49 | 8.23 | 63.72 | - |
| YUV | 73.38 | 206.79 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 213 | 0.68 | 0.77 | 0 | 0.16 | 246.95 | 0.66 | 0.51 |
| Hex | 44 | 31 | D5 | 44 | 4D | 0 | 10 | F7 | 42 | 33 |
| Octal | 104 | 61 | 325 | 104 | 115 | 0 | 20 | 367 | 102 | 63 |
| Binary | 1000100 | 110001 | 11010101 | 1000100 | 1001101 | 0 | 10000 | 11110111 | 1000010 | 110011 |
Color Harmonies of #4431D5
Complementary color
Monochromatic Colors of #4431D5
Black with #4431D5
Text Example
Text Example
White with #4431D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4431D5; }
p { color: rgb(68,49,213); }
H1.HeaderClassName
{
color: #4431D5;
}
.AnyTagClassName
{
color: #4431D5;
}
</style>
background-color css
<style>
a { background-color: #4431D5; }
a { background-color: rgb(68,49,213); }
div.DivClassName
{
background-color: #4431D5;
}
.BgClassName
{
background-color: #4431D5;
}
</style>
border-color css
<style>
span { border-color: #4431D5; }
span { border-color: rgb(68,49,213); }
td.TdClassName
{
border-color: #4431D5;
}
.TagClassName
{
border-color: #4431D5;
}
</style>