Shades of Purple Heart #442ABD
Tints of Purple Heart #442ABD
RGB
CMYK
RGB Variations
Color information
#442ABD (or 0x442ABD) is known color: Purple Heart. HEX triplet: 44, 2A and BD. RGB value is (68,42,189). Sum of RGB (Red+Green+Blue) = 68+42+189=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #442ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442ABD is #BBD542. Grayscale: #414141. Windows color (decimal): -12309827 or 12397124. OLE color: 12397124.
HSL color Cylindrical-coordinate representation of color #442ABD: hue angle of 250.61º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #442ABD is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 42 | 189 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.26 |
| HSL | 250.61º | 0.64% | 0.45% | - |
| HSV(B) | 250.61º | 0.78% | 0.74% | - |
| XYZ | 12.4 | 6.56 | 48.76 | - |
| YUV | 66.53 | 197.11 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 189 | 0.64 | 0.78 | 0 | 0.26 | 250.61 | 0.64 | 0.45 |
| Hex | 44 | 2A | BD | 40 | 4E | 0 | 1A | FB | 40 | 2D |
| Octal | 104 | 52 | 275 | 100 | 116 | 0 | 32 | 373 | 100 | 55 |
| Binary | 1000100 | 101010 | 10111101 | 1000000 | 1001110 | 0 | 11010 | 11111011 | 1000000 | 101101 |
Color Harmonies of #442ABD
Complementary color
Monochromatic Colors of #442ABD
Black with #442ABD
Text Example
Text Example
White with #442ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442ABD; }
p { color: rgb(68,42,189); }
H1.HeaderClassName
{
color: #442ABD;
}
.AnyTagClassName
{
color: #442ABD;
}
</style>
background-color css
<style>
a { background-color: #442ABD; }
a { background-color: rgb(68,42,189); }
div.DivClassName
{
background-color: #442ABD;
}
.BgClassName
{
background-color: #442ABD;
}
</style>
border-color css
<style>
span { border-color: #442ABD; }
span { border-color: rgb(68,42,189); }
td.TdClassName
{
border-color: #442ABD;
}
.TagClassName
{
border-color: #442ABD;
}
</style>