Shades of Hot Purple #4A0155
Tints of Hot Purple #4A0155
RGB
CMYK
RGB Variations
Color information
#4A0155 (or 0x4A0155) is known color: Hot Purple. HEX triplet: 4A, 01 and 55. RGB value is (74,1,85). Sum of RGB (Red+Green+Blue) = 74+1+85=160 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.25% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A0155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0155 is #B5FEAA. Grayscale: #202020. Windows color (decimal): -11927211 or 5570890. OLE color: 5570890.
HSL color Cylindrical-coordinate representation of color #4A0155: hue angle of 292.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0155 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 1 | 85 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.67 |
| HSL | 292.14º | 0.98% | 0.17% | - |
| HSV(B) | 292.14º | 0.99% | 0.33% | - |
| XYZ | 4.47 | 2.13 | 8.77 | - |
| YUV | 32.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 85 | 0.13 | 0.99 | 0 | 0.67 | 292.14 | 0.98 | 0.17 |
| Hex | 4A | 1 | 55 | D | 63 | 0 | 43 | 124 | 62 | 11 |
| Octal | 112 | 1 | 125 | 15 | 143 | 0 | 103 | 444 | 142 | 21 |
| Binary | 1001010 | 1 | 1010101 | 1101 | 1100011 | 0 | 1000011 | 100100100 | 1100010 | 10001 |
Color Harmonies of #4A0155
Complementary color
Monochromatic Colors of #4A0155
Black with #4A0155
Text Example
Text Example
White with #4A0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0155; }
p { color: rgb(74,1,85); }
H1.HeaderClassName
{
color: #4A0155;
}
.AnyTagClassName
{
color: #4A0155;
}
</style>
background-color css
<style>
a { background-color: #4A0155; }
a { background-color: rgb(74,1,85); }
div.DivClassName
{
background-color: #4A0155;
}
.BgClassName
{
background-color: #4A0155;
}
</style>
border-color css
<style>
span { border-color: #4A0155; }
span { border-color: rgb(74,1,85); }
td.TdClassName
{
border-color: #4A0155;
}
.TagClassName
{
border-color: #4A0155;
}
</style>