Shades of Purple Heart #441CCC
Tints of Purple Heart #441CCC
RGB
CMYK
RGB Variations
Color information
#441CCC (or 0x441CCC) is known color: Purple Heart. HEX triplet: 44, 1C and CC. RGB value is (68,28,204). Sum of RGB (Red+Green+Blue) = 68+28+204=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #441CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441CCC is #BBE333. Grayscale: #3B3B3B. Windows color (decimal): -12313396 or 13376580. OLE color: 13376580.
HSL color Cylindrical-coordinate representation of color #441CCC: hue angle of 253.64º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441CCC is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 28 | 204 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.2 |
| HSL | 253.64º | 0.76% | 0.45% | - |
| HSV(B) | 253.64º | 0.86% | 0.8% | - |
| XYZ | 13.7 | 6.42 | 57.64 | - |
| YUV | 60.02 | 209.25 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 204 | 0.67 | 0.86 | 0 | 0.2 | 253.64 | 0.76 | 0.45 |
| Hex | 44 | 1C | CC | 43 | 56 | 0 | 14 | FE | 4C | 2D |
| Octal | 104 | 34 | 314 | 103 | 126 | 0 | 24 | 376 | 114 | 55 |
| Binary | 1000100 | 11100 | 11001100 | 1000011 | 1010110 | 0 | 10100 | 11111110 | 1001100 | 101101 |
Color Harmonies of #441CCC
Complementary color
Monochromatic Colors of #441CCC
Black with #441CCC
Text Example
Text Example
White with #441CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441CCC; }
p { color: rgb(68,28,204); }
H1.HeaderClassName
{
color: #441CCC;
}
.AnyTagClassName
{
color: #441CCC;
}
</style>
background-color css
<style>
a { background-color: #441CCC; }
a { background-color: rgb(68,28,204); }
div.DivClassName
{
background-color: #441CCC;
}
.BgClassName
{
background-color: #441CCC;
}
</style>
border-color css
<style>
span { border-color: #441CCC; }
span { border-color: rgb(68,28,204); }
td.TdClassName
{
border-color: #441CCC;
}
.TagClassName
{
border-color: #441CCC;
}
</style>