Shades of Hot Purple #4A1650
Tints of Hot Purple #4A1650
RGB
CMYK
RGB Variations
Color information
#4A1650 (or 0x4A1650) is known color: Hot Purple. HEX triplet: 4A, 16 and 50. RGB value is (74,22,80). Sum of RGB (Red+Green+Blue) = 74+22+80=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A1650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1650 is #B5E9AF. Grayscale: #2B2B2B. Windows color (decimal): -11921840 or 5248586. OLE color: 5248586.
HSL color Cylindrical-coordinate representation of color #4A1650: hue angle of 293.79º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A1650 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 22 | 80 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.69 |
| HSL | 293.79º | 0.57% | 0.2% | - |
| HSV(B) | 293.79º | 0.73% | 0.31% | - |
| XYZ | 4.56 | 2.61 | 7.85 | - |
| YUV | 44.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 80 | 0.08 | 0.72 | 0 | 0.69 | 293.79 | 0.57 | 0.2 |
| Hex | 4A | 16 | 50 | 8 | 48 | 0 | 45 | 126 | 39 | 14 |
| Octal | 112 | 26 | 120 | 10 | 110 | 0 | 105 | 446 | 71 | 24 |
| Binary | 1001010 | 10110 | 1010000 | 1000 | 1001000 | 0 | 1000101 | 100100110 | 111001 | 10100 |
Color Harmonies of #4A1650
Complementary color
Monochromatic Colors of #4A1650
Black with #4A1650
Text Example
Text Example
White with #4A1650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1650; }
p { color: rgb(74,22,80); }
H1.HeaderClassName
{
color: #4A1650;
}
.AnyTagClassName
{
color: #4A1650;
}
</style>
background-color css
<style>
a { background-color: #4A1650; }
a { background-color: rgb(74,22,80); }
div.DivClassName
{
background-color: #4A1650;
}
.BgClassName
{
background-color: #4A1650;
}
</style>
border-color css
<style>
span { border-color: #4A1650; }
span { border-color: rgb(74,22,80); }
td.TdClassName
{
border-color: #4A1650;
}
.TagClassName
{
border-color: #4A1650;
}
</style>