Shades of Hot Purple #4A0850
Tints of Hot Purple #4A0850
RGB
CMYK
RGB Variations
Color information
#4A0850 (or 0x4A0850) is known color: Hot Purple. HEX triplet: 4A, 08 and 50. RGB value is (74,8,80). Sum of RGB (Red+Green+Blue) = 74+8+80=162 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.68% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A0850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0850 is #B5F7AF. Grayscale: #232323. Windows color (decimal): -11925424 or 5245002. OLE color: 5245002.
HSL color Cylindrical-coordinate representation of color #4A0850: hue angle of 295º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A0850 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 8 | 80 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.69 |
| HSL | 295º | 0.82% | 0.17% | - |
| HSV(B) | 295º | 0.9% | 0.31% | - |
| XYZ | 4.36 | 2.21 | 7.79 | - |
| YUV | 35.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 80 | 0.08 | 0.90 | 0 | 0.69 | 295 | 0.82 | 0.17 |
| Hex | 4A | 8 | 50 | 8 | 5A | 0 | 45 | 127 | 52 | 11 |
| Octal | 112 | 10 | 120 | 10 | 132 | 0 | 105 | 447 | 122 | 21 |
| Binary | 1001010 | 1000 | 1010000 | 1000 | 1011010 | 0 | 1000101 | 100100111 | 1010010 | 10001 |
Color Harmonies of #4A0850
Complementary color
Monochromatic Colors of #4A0850
Black with #4A0850
Text Example
Text Example
White with #4A0850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0850; }
p { color: rgb(74,8,80); }
H1.HeaderClassName
{
color: #4A0850;
}
.AnyTagClassName
{
color: #4A0850;
}
</style>
background-color css
<style>
a { background-color: #4A0850; }
a { background-color: rgb(74,8,80); }
div.DivClassName
{
background-color: #4A0850;
}
.BgClassName
{
background-color: #4A0850;
}
</style>
border-color css
<style>
span { border-color: #4A0850; }
span { border-color: rgb(74,8,80); }
td.TdClassName
{
border-color: #4A0850;
}
.TagClassName
{
border-color: #4A0850;
}
</style>