Shades of Purple Heart #442CB6
Tints of Purple Heart #442CB6
RGB
CMYK
RGB Variations
Color information
#442CB6 (or 0x442CB6) is known color: Purple Heart. HEX triplet: 44, 2C and B6. RGB value is (68,44,182). Sum of RGB (Red+Green+Blue) = 68+44+182=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 182 (71.48% from 255 or 61.90% from 294); Max value from RGB is 182 - color contains mainly: blue. Hex color #442CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442CB6 is #BBD349. Grayscale: #424242. Windows color (decimal): -12309322 or 11938884. OLE color: 11938884.
HSL color Cylindrical-coordinate representation of color #442CB6: hue angle of 250.43º 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 #442CB6 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 44 | 182 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.29 |
| HSL | 250.43º | 0.61% | 0.44% | - |
| HSV(B) | 250.43º | 0.76% | 0.71% | - |
| XYZ | 11.73 | 6.41 | 44.87 | - |
| YUV | 66.91 | 192.95 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 182 | 0.63 | 0.76 | 0 | 0.29 | 250.43 | 0.61 | 0.44 |
| Hex | 44 | 2C | B6 | 3F | 4C | 0 | 1D | FA | 3D | 2C |
| Octal | 104 | 54 | 266 | 77 | 114 | 0 | 35 | 372 | 75 | 54 |
| Binary | 1000100 | 101100 | 10110110 | 111111 | 1001100 | 0 | 11101 | 11111010 | 111101 | 101100 |
Color Harmonies of #442CB6
Complementary color
Monochromatic Colors of #442CB6
Black with #442CB6
Text Example
Text Example
White with #442CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442CB6; }
p { color: rgb(68,44,182); }
H1.HeaderClassName
{
color: #442CB6;
}
.AnyTagClassName
{
color: #442CB6;
}
</style>
background-color css
<style>
a { background-color: #442CB6; }
a { background-color: rgb(68,44,182); }
div.DivClassName
{
background-color: #442CB6;
}
.BgClassName
{
background-color: #442CB6;
}
</style>
border-color css
<style>
span { border-color: #442CB6; }
span { border-color: rgb(68,44,182); }
td.TdClassName
{
border-color: #442CB6;
}
.TagClassName
{
border-color: #442CB6;
}
</style>