Shades of Hot Purple #4A1256
Tints of Hot Purple #4A1256
RGB
CMYK
RGB Variations
Color information
#4A1256 (or 0x4A1256) is known color: Hot Purple. HEX triplet: 4A, 12 and 56. RGB value is (74,18,86). Sum of RGB (Red+Green+Blue) = 74+18+86=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A1256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1256 is #B5EDA9. Grayscale: #2A2A2A. Windows color (decimal): -11922858 or 5640778. OLE color: 5640778.
HSL color Cylindrical-coordinate representation of color #4A1256: hue angle of 289.41º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A1256 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 18 | 86 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.66 |
| HSL | 289.41º | 0.65% | 0.2% | - |
| HSV(B) | 289.41º | 0.79% | 0.34% | - |
| XYZ | 4.72 | 2.56 | 9.05 | - |
| YUV | 42.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 18 | 86 | 0.14 | 0.79 | 0 | 0.66 | 289.41 | 0.65 | 0.2 |
| Hex | 4A | 12 | 56 | E | 4F | 0 | 42 | 121 | 41 | 14 |
| Octal | 112 | 22 | 126 | 16 | 117 | 0 | 102 | 441 | 101 | 24 |
| Binary | 1001010 | 10010 | 1010110 | 1110 | 1001111 | 0 | 1000010 | 100100001 | 1000001 | 10100 |
Color Harmonies of #4A1256
Complementary color
Monochromatic Colors of #4A1256
Black with #4A1256
Text Example
Text Example
White with #4A1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1256; }
p { color: rgb(74,18,86); }
H1.HeaderClassName
{
color: #4A1256;
}
.AnyTagClassName
{
color: #4A1256;
}
</style>
background-color css
<style>
a { background-color: #4A1256; }
a { background-color: rgb(74,18,86); }
div.DivClassName
{
background-color: #4A1256;
}
.BgClassName
{
background-color: #4A1256;
}
</style>
border-color css
<style>
span { border-color: #4A1256; }
span { border-color: rgb(74,18,86); }
td.TdClassName
{
border-color: #4A1256;
}
.TagClassName
{
border-color: #4A1256;
}
</style>