Shades of Purple Heart #4431CD
Tints of Purple Heart #4431CD
RGB
CMYK
RGB Variations
Color information
#4431CD (or 0x4431CD) is known color: Purple Heart. HEX triplet: 44, 31 and CD. RGB value is (68,49,205). Sum of RGB (Red+Green+Blue) = 68+49+205=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #4431CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4431CD is #BBCE32. Grayscale: #474747. Windows color (decimal): -12308019 or 13447492. OLE color: 13447492.
HSL color Cylindrical-coordinate representation of color #4431CD: hue angle of 247.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4431CD is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 49 | 205 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.20 |
| HSL | 247.31º | 0.61% | 0.5% | - |
| HSV(B) | 247.31º | 0.76% | 0.8% | - |
| XYZ | 14.5 | 7.83 | 58.51 | - |
| YUV | 72.47 | 202.79 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 205 | 0.67 | 0.76 | 0 | 0.20 | 247.31 | 0.61 | 0.5 |
| Hex | 44 | 31 | CD | 43 | 4C | 0 | 14 | F7 | 3D | 32 |
| Octal | 104 | 61 | 315 | 103 | 114 | 0 | 24 | 367 | 75 | 62 |
| Binary | 1000100 | 110001 | 11001101 | 1000011 | 1001100 | 0 | 10100 | 11110111 | 111101 | 110010 |
Color Harmonies of #4431CD
Complementary color
Monochromatic Colors of #4431CD
Black with #4431CD
Text Example
Text Example
White with #4431CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4431CD; }
p { color: rgb(68,49,205); }
H1.HeaderClassName
{
color: #4431CD;
}
.AnyTagClassName
{
color: #4431CD;
}
</style>
background-color css
<style>
a { background-color: #4431CD; }
a { background-color: rgb(68,49,205); }
div.DivClassName
{
background-color: #4431CD;
}
.BgClassName
{
background-color: #4431CD;
}
</style>
border-color css
<style>
span { border-color: #4431CD; }
span { border-color: rgb(68,49,205); }
td.TdClassName
{
border-color: #4431CD;
}
.TagClassName
{
border-color: #4431CD;
}
</style>