Shades of Purple Heart #442DCF
Tints of Purple Heart #442DCF
RGB
CMYK
RGB Variations
Color information
#442DCF (or 0x442DCF) is known color: Purple Heart. HEX triplet: 44, 2D and CF. RGB value is (68,45,207). Sum of RGB (Red+Green+Blue) = 68+45+207=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #442DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442DCF is #BBD230. Grayscale: #454545. Windows color (decimal): -12309041 or 13577540. OLE color: 13577540.
HSL color Cylindrical-coordinate representation of color #442DCF: hue angle of 248.52º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #442DCF is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 45 | 207 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.19 |
| HSL | 248.52º | 0.64% | 0.49% | - |
| HSV(B) | 248.52º | 0.78% | 0.81% | - |
| XYZ | 14.58 | 7.61 | 59.73 | - |
| YUV | 70.35 | 205.12 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 207 | 0.67 | 0.78 | 0 | 0.19 | 248.52 | 0.64 | 0.49 |
| Hex | 44 | 2D | CF | 43 | 4E | 0 | 13 | F9 | 40 | 31 |
| Octal | 104 | 55 | 317 | 103 | 116 | 0 | 23 | 371 | 100 | 61 |
| Binary | 1000100 | 101101 | 11001111 | 1000011 | 1001110 | 0 | 10011 | 11111001 | 1000000 | 110001 |
Color Harmonies of #442DCF
Complementary color
Monochromatic Colors of #442DCF
Black with #442DCF
Text Example
Text Example
White with #442DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442DCF; }
p { color: rgb(68,45,207); }
H1.HeaderClassName
{
color: #442DCF;
}
.AnyTagClassName
{
color: #442DCF;
}
</style>
background-color css
<style>
a { background-color: #442DCF; }
a { background-color: rgb(68,45,207); }
div.DivClassName
{
background-color: #442DCF;
}
.BgClassName
{
background-color: #442DCF;
}
</style>
border-color css
<style>
span { border-color: #442DCF; }
span { border-color: rgb(68,45,207); }
td.TdClassName
{
border-color: #442DCF;
}
.TagClassName
{
border-color: #442DCF;
}
</style>