Shades of Purple Heart #442CB5
Tints of Purple Heart #442CB5
RGB
CMYK
RGB Variations
Color information
#442CB5 (or 0x442CB5) is known color: Purple Heart. HEX triplet: 44, 2C and B5. RGB value is (68,44,181). Sum of RGB (Red+Green+Blue) = 68+44+181=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 181 (71.09% from 255 or 61.77% from 293); Max value from RGB is 181 - color contains mainly: blue. Hex color #442CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442CB5 is #BBD34A. Grayscale: #424242. Windows color (decimal): -12309323 or 11873348. OLE color: 11873348.
HSL color Cylindrical-coordinate representation of color #442CB5: hue angle of 250.51º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #442CB5 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 44 | 181 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.29 |
| HSL | 250.51º | 0.61% | 0.44% | - |
| HSV(B) | 250.51º | 0.76% | 0.71% | - |
| XYZ | 11.63 | 6.37 | 44.33 | - |
| YUV | 66.79 | 192.45 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 181 | 0.62 | 0.76 | 0 | 0.29 | 250.51 | 0.61 | 0.44 |
| Hex | 44 | 2C | B5 | 3E | 4C | 0 | 1D | FB | 3D | 2C |
| Octal | 104 | 54 | 265 | 76 | 114 | 0 | 35 | 373 | 75 | 54 |
| Binary | 1000100 | 101100 | 10110101 | 111110 | 1001100 | 0 | 11101 | 11111011 | 111101 | 101100 |
Color Harmonies of #442CB5
Complementary color
Monochromatic Colors of #442CB5
Black with #442CB5
Text Example
Text Example
White with #442CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442CB5; }
p { color: rgb(68,44,181); }
H1.HeaderClassName
{
color: #442CB5;
}
.AnyTagClassName
{
color: #442CB5;
}
</style>
background-color css
<style>
a { background-color: #442CB5; }
a { background-color: rgb(68,44,181); }
div.DivClassName
{
background-color: #442CB5;
}
.BgClassName
{
background-color: #442CB5;
}
</style>
border-color css
<style>
span { border-color: #442CB5; }
span { border-color: rgb(68,44,181); }
td.TdClassName
{
border-color: #442CB5;
}
.TagClassName
{
border-color: #442CB5;
}
</style>