Shades of Purple Heart #442DB4
Tints of Purple Heart #442DB4
RGB
CMYK
RGB Variations
Color information
#442DB4 (or 0x442DB4) is known color: Purple Heart. HEX triplet: 44, 2D and B4. RGB value is (68,45,180). Sum of RGB (Red+Green+Blue) = 68+45+180=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 180 (70.70% from 255 or 61.43% from 293); Max value from RGB is 180 - color contains mainly: blue. Hex color #442DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442DB4 is #BBD24B. Grayscale: #424242. Windows color (decimal): -12309068 or 11808068. OLE color: 11808068.
HSL color Cylindrical-coordinate representation of color #442DB4: hue angle of 250.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442DB4 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 45 | 180 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.29 |
| HSL | 250.22º | 0.6% | 0.44% | - |
| HSV(B) | 250.22º | 0.75% | 0.71% | - |
| XYZ | 11.56 | 6.4 | 43.81 | - |
| YUV | 67.27 | 191.62 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 180 | 0.62 | 0.75 | 0 | 0.29 | 250.22 | 0.6 | 0.44 |
| Hex | 44 | 2D | B4 | 3E | 4B | 0 | 1D | FA | 3C | 2C |
| Octal | 104 | 55 | 264 | 76 | 113 | 0 | 35 | 372 | 74 | 54 |
| Binary | 1000100 | 101101 | 10110100 | 111110 | 1001011 | 0 | 11101 | 11111010 | 111100 | 101100 |
Color Harmonies of #442DB4
Complementary color
Monochromatic Colors of #442DB4
Black with #442DB4
Text Example
Text Example
White with #442DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442DB4; }
p { color: rgb(68,45,180); }
H1.HeaderClassName
{
color: #442DB4;
}
.AnyTagClassName
{
color: #442DB4;
}
</style>
background-color css
<style>
a { background-color: #442DB4; }
a { background-color: rgb(68,45,180); }
div.DivClassName
{
background-color: #442DB4;
}
.BgClassName
{
background-color: #442DB4;
}
</style>
border-color css
<style>
span { border-color: #442DB4; }
span { border-color: rgb(68,45,180); }
td.TdClassName
{
border-color: #442DB4;
}
.TagClassName
{
border-color: #442DB4;
}
</style>