Shades of Hot Purple #4A104F
Tints of Hot Purple #4A104F
RGB
CMYK
RGB Variations
Color information
#4A104F (or 0x4A104F) is known color: Hot Purple. HEX triplet: 4A, 10 and 4F. RGB value is (74,16,79). Sum of RGB (Red+Green+Blue) = 74+16+79=169 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.79% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A104F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A104F is #B5EFB0. Grayscale: #282828. Windows color (decimal): -11923377 or 5181514. OLE color: 5181514.
HSL color Cylindrical-coordinate representation of color #4A104F: hue angle of 295.24º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A104F is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 16 | 79 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.69 |
| HSL | 295.24º | 0.66% | 0.19% | - |
| HSV(B) | 295.24º | 0.8% | 0.31% | - |
| XYZ | 4.42 | 2.39 | 7.63 | - |
| YUV | 40.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 79 | 0.06 | 0.80 | 0 | 0.69 | 295.24 | 0.66 | 0.19 |
| Hex | 4A | 10 | 4F | 6 | 50 | 0 | 45 | 127 | 42 | 13 |
| Octal | 112 | 20 | 117 | 6 | 120 | 0 | 105 | 447 | 102 | 23 |
| Binary | 1001010 | 10000 | 1001111 | 110 | 1010000 | 0 | 1000101 | 100100111 | 1000010 | 10011 |
Color Harmonies of #4A104F
Complementary color
Monochromatic Colors of #4A104F
Black with #4A104F
Text Example
Text Example
White with #4A104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A104F; }
p { color: rgb(74,16,79); }
H1.HeaderClassName
{
color: #4A104F;
}
.AnyTagClassName
{
color: #4A104F;
}
</style>
background-color css
<style>
a { background-color: #4A104F; }
a { background-color: rgb(74,16,79); }
div.DivClassName
{
background-color: #4A104F;
}
.BgClassName
{
background-color: #4A104F;
}
</style>
border-color css
<style>
span { border-color: #4A104F; }
span { border-color: rgb(74,16,79); }
td.TdClassName
{
border-color: #4A104F;
}
.TagClassName
{
border-color: #4A104F;
}
</style>