Shades of Purple Heart #442ACE
Tints of Purple Heart #442ACE
RGB
CMYK
RGB Variations
Color information
#442ACE (or 0x442ACE) is known color: Purple Heart. HEX triplet: 44, 2A and CE. RGB value is (68,42,206). Sum of RGB (Red+Green+Blue) = 68+42+206=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #442ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ACE is #BBD531. Grayscale: #434343. Windows color (decimal): -12309810 or 13511236. OLE color: 13511236.
HSL color Cylindrical-coordinate representation of color #442ACE: hue angle of 249.51º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #442ACE is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 42 | 206 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.19 |
| HSL | 249.51º | 0.66% | 0.49% | - |
| HSV(B) | 249.51º | 0.8% | 0.81% | - |
| XYZ | 14.35 | 7.34 | 59.05 | - |
| YUV | 68.47 | 205.61 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 206 | 0.67 | 0.80 | 0 | 0.19 | 249.51 | 0.66 | 0.49 |
| Hex | 44 | 2A | CE | 43 | 50 | 0 | 13 | FA | 42 | 31 |
| Octal | 104 | 52 | 316 | 103 | 120 | 0 | 23 | 372 | 102 | 61 |
| Binary | 1000100 | 101010 | 11001110 | 1000011 | 1010000 | 0 | 10011 | 11111010 | 1000010 | 110001 |
Color Harmonies of #442ACE
Complementary color
Monochromatic Colors of #442ACE
Black with #442ACE
Text Example
Text Example
White with #442ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442ACE; }
p { color: rgb(68,42,206); }
H1.HeaderClassName
{
color: #442ACE;
}
.AnyTagClassName
{
color: #442ACE;
}
</style>
background-color css
<style>
a { background-color: #442ACE; }
a { background-color: rgb(68,42,206); }
div.DivClassName
{
background-color: #442ACE;
}
.BgClassName
{
background-color: #442ACE;
}
</style>
border-color css
<style>
span { border-color: #442ACE; }
span { border-color: rgb(68,42,206); }
td.TdClassName
{
border-color: #442ACE;
}
.TagClassName
{
border-color: #442ACE;
}
</style>