Shades of Purple Heart #442FCD
Tints of Purple Heart #442FCD
RGB
CMYK
RGB Variations
Color information
#442FCD (or 0x442FCD) is known color: Purple Heart. HEX triplet: 44, 2F and CD. RGB value is (68,47,205). Sum of RGB (Red+Green+Blue) = 68+47+205=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #442FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442FCD is #BBD032. Grayscale: #464646. Windows color (decimal): -12308531 or 13446980. OLE color: 13446980.
HSL color Cylindrical-coordinate representation of color #442FCD: hue angle of 247.97º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442FCD is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 47 | 205 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.20 |
| HSL | 247.97º | 0.63% | 0.49% | - |
| HSV(B) | 247.97º | 0.77% | 0.8% | - |
| XYZ | 14.42 | 7.67 | 58.48 | - |
| YUV | 71.29 | 203.46 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 205 | 0.67 | 0.77 | 0 | 0.20 | 247.97 | 0.63 | 0.49 |
| Hex | 44 | 2F | CD | 43 | 4D | 0 | 14 | F8 | 3F | 31 |
| Octal | 104 | 57 | 315 | 103 | 115 | 0 | 24 | 370 | 77 | 61 |
| Binary | 1000100 | 101111 | 11001101 | 1000011 | 1001101 | 0 | 10100 | 11111000 | 111111 | 110001 |
Color Harmonies of #442FCD
Complementary color
Monochromatic Colors of #442FCD
Black with #442FCD
Text Example
Text Example
White with #442FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442FCD; }
p { color: rgb(68,47,205); }
H1.HeaderClassName
{
color: #442FCD;
}
.AnyTagClassName
{
color: #442FCD;
}
</style>
background-color css
<style>
a { background-color: #442FCD; }
a { background-color: rgb(68,47,205); }
div.DivClassName
{
background-color: #442FCD;
}
.BgClassName
{
background-color: #442FCD;
}
</style>
border-color css
<style>
span { border-color: #442FCD; }
span { border-color: rgb(68,47,205); }
td.TdClassName
{
border-color: #442FCD;
}
.TagClassName
{
border-color: #442FCD;
}
</style>