Shades of Hot Purple #4A1A4C
Tints of Hot Purple #4A1A4C
RGB
CMYK
RGB Variations
Color information
#4A1A4C (or 0x4A1A4C) is known color: Hot Purple. HEX triplet: 4A, 1A and 4C. RGB value is (74,26,76). Sum of RGB (Red+Green+Blue) = 74+26+76=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A1A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1A4C is #B5E5B3. Grayscale: #2D2D2D. Windows color (decimal): -11920820 or 4987466. OLE color: 4987466.
HSL color Cylindrical-coordinate representation of color #4A1A4C: hue angle of 297.6º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A1A4C is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 26 | 76 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.70 |
| HSL | 297.6º | 0.49% | 0.2% | - |
| HSV(B) | 297.6º | 0.66% | 0.3% | - |
| XYZ | 4.5 | 2.72 | 7.12 | - |
| YUV | 46.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 76 | 0.03 | 0.66 | 0 | 0.70 | 297.6 | 0.49 | 0.2 |
| Hex | 4A | 1A | 4C | 3 | 42 | 0 | 46 | 12A | 31 | 14 |
| Octal | 112 | 32 | 114 | 3 | 102 | 0 | 106 | 452 | 61 | 24 |
| Binary | 1001010 | 11010 | 1001100 | 11 | 1000010 | 0 | 1000110 | 100101010 | 110001 | 10100 |
Color Harmonies of #4A1A4C
Complementary color
Monochromatic Colors of #4A1A4C
Black with #4A1A4C
Text Example
Text Example
White with #4A1A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1A4C; }
p { color: rgb(74,26,76); }
H1.HeaderClassName
{
color: #4A1A4C;
}
.AnyTagClassName
{
color: #4A1A4C;
}
</style>
background-color css
<style>
a { background-color: #4A1A4C; }
a { background-color: rgb(74,26,76); }
div.DivClassName
{
background-color: #4A1A4C;
}
.BgClassName
{
background-color: #4A1A4C;
}
</style>
border-color css
<style>
span { border-color: #4A1A4C; }
span { border-color: rgb(74,26,76); }
td.TdClassName
{
border-color: #4A1A4C;
}
.TagClassName
{
border-color: #4A1A4C;
}
</style>