Shades of Purple Heart #442ABE
Tints of Purple Heart #442ABE
RGB
CMYK
RGB Variations
Color information
#442ABE (or 0x442ABE) is known color: Purple Heart. HEX triplet: 44, 2A and BE. RGB value is (68,42,190). Sum of RGB (Red+Green+Blue) = 68+42+190=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #442ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ABE is #BBD541. Grayscale: #424242. Windows color (decimal): -12309826 or 12462660. OLE color: 12462660.
HSL color Cylindrical-coordinate representation of color #442ABE: hue angle of 250.54º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #442ABE is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 42 | 190 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.25 |
| HSL | 250.54º | 0.64% | 0.45% | - |
| HSV(B) | 250.54º | 0.78% | 0.75% | - |
| XYZ | 12.51 | 6.6 | 49.33 | - |
| YUV | 66.65 | 197.61 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 190 | 0.64 | 0.78 | 0 | 0.25 | 250.54 | 0.64 | 0.45 |
| Hex | 44 | 2A | BE | 40 | 4E | 0 | 19 | FB | 40 | 2D |
| Octal | 104 | 52 | 276 | 100 | 116 | 0 | 31 | 373 | 100 | 55 |
| Binary | 1000100 | 101010 | 10111110 | 1000000 | 1001110 | 0 | 11001 | 11111011 | 1000000 | 101101 |
Color Harmonies of #442ABE
Complementary color
Monochromatic Colors of #442ABE
Black with #442ABE
Text Example
Text Example
White with #442ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442ABE; }
p { color: rgb(68,42,190); }
H1.HeaderClassName
{
color: #442ABE;
}
.AnyTagClassName
{
color: #442ABE;
}
</style>
background-color css
<style>
a { background-color: #442ABE; }
a { background-color: rgb(68,42,190); }
div.DivClassName
{
background-color: #442ABE;
}
.BgClassName
{
background-color: #442ABE;
}
</style>
border-color css
<style>
span { border-color: #442ABE; }
span { border-color: rgb(68,42,190); }
td.TdClassName
{
border-color: #442ABE;
}
.TagClassName
{
border-color: #442ABE;
}
</style>