Shades of Hot Purple #441C4C
Tints of Hot Purple #441C4C
RGB
CMYK
RGB Variations
Color information
#441C4C (or 0x441C4C) is known color: Hot Purple. HEX triplet: 44, 1C and 4C. RGB value is (68,28,76). Sum of RGB (Red+Green+Blue) = 68+28+76=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #441C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C4C is #BBE3B3. Grayscale: #2D2D2D. Windows color (decimal): -12313524 or 4987972. OLE color: 4987972.
HSL color Cylindrical-coordinate representation of color #441C4C: hue angle of 290º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #441C4C is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 28 | 76 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.70 |
| HSL | 290º | 0.46% | 0.2% | - |
| HSV(B) | 290º | 0.63% | 0.3% | - |
| XYZ | 4.1 | 2.58 | 7.12 | - |
| YUV | 45.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 76 | 0.11 | 0.63 | 0 | 0.70 | 290 | 0.46 | 0.2 |
| Hex | 44 | 1C | 4C | B | 3F | 0 | 46 | 122 | 2E | 14 |
| Octal | 104 | 34 | 114 | 13 | 77 | 0 | 106 | 442 | 56 | 24 |
| Binary | 1000100 | 11100 | 1001100 | 1011 | 111111 | 0 | 1000110 | 100100010 | 101110 | 10100 |
Color Harmonies of #441C4C
Complementary color
Monochromatic Colors of #441C4C
Black with #441C4C
Text Example
Text Example
White with #441C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441C4C; }
p { color: rgb(68,28,76); }
H1.HeaderClassName
{
color: #441C4C;
}
.AnyTagClassName
{
color: #441C4C;
}
</style>
background-color css
<style>
a { background-color: #441C4C; }
a { background-color: rgb(68,28,76); }
div.DivClassName
{
background-color: #441C4C;
}
.BgClassName
{
background-color: #441C4C;
}
</style>
border-color css
<style>
span { border-color: #441C4C; }
span { border-color: rgb(68,28,76); }
td.TdClassName
{
border-color: #441C4C;
}
.TagClassName
{
border-color: #441C4C;
}
</style>