Shades of Purple Heart #442CC3
Tints of Purple Heart #442CC3
RGB
CMYK
RGB Variations
Color information
#442CC3 (or 0x442CC3) is known color: Purple Heart. HEX triplet: 44, 2C and C3. RGB value is (68,44,195). Sum of RGB (Red+Green+Blue) = 68+44+195=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 195 (76.56% from 255 or 63.52% from 307); Max value from RGB is 195 - color contains mainly: blue. Hex color #442CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442CC3 is #BBD33C. Grayscale: #434343. Windows color (decimal): -12309309 or 12790852. OLE color: 12790852.
HSL color Cylindrical-coordinate representation of color #442CC3: hue angle of 249.54º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442CC3 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 44 | 195 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.24 |
| HSL | 249.54º | 0.63% | 0.47% | - |
| HSV(B) | 249.54º | 0.77% | 0.76% | - |
| XYZ | 13.13 | 6.97 | 52.28 | - |
| YUV | 68.39 | 199.45 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 195 | 0.65 | 0.77 | 0 | 0.24 | 249.54 | 0.63 | 0.47 |
| Hex | 44 | 2C | C3 | 41 | 4D | 0 | 18 | FA | 3F | 2F |
| Octal | 104 | 54 | 303 | 101 | 115 | 0 | 30 | 372 | 77 | 57 |
| Binary | 1000100 | 101100 | 11000011 | 1000001 | 1001101 | 0 | 11000 | 11111010 | 111111 | 101111 |
Color Harmonies of #442CC3
Complementary color
Monochromatic Colors of #442CC3
Black with #442CC3
Text Example
Text Example
White with #442CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442CC3; }
p { color: rgb(68,44,195); }
H1.HeaderClassName
{
color: #442CC3;
}
.AnyTagClassName
{
color: #442CC3;
}
</style>
background-color css
<style>
a { background-color: #442CC3; }
a { background-color: rgb(68,44,195); }
div.DivClassName
{
background-color: #442CC3;
}
.BgClassName
{
background-color: #442CC3;
}
</style>
border-color css
<style>
span { border-color: #442CC3; }
span { border-color: rgb(68,44,195); }
td.TdClassName
{
border-color: #442CC3;
}
.TagClassName
{
border-color: #442CC3;
}
</style>