Shades of Hot Purple #4A174E
Tints of Hot Purple #4A174E
RGB
CMYK
RGB Variations
Color information
#4A174E (or 0x4A174E) is known color: Hot Purple. HEX triplet: 4A, 17 and 4E. RGB value is (74,23,78). Sum of RGB (Red+Green+Blue) = 74+23+78=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A174E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A174E is #B5E8B1. Grayscale: #2C2C2C. Windows color (decimal): -11921586 or 5117770. OLE color: 5117770.
HSL color Cylindrical-coordinate representation of color #4A174E: hue angle of 295.64º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A174E is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 23 | 78 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.69 |
| HSL | 295.64º | 0.54% | 0.2% | - |
| HSV(B) | 295.64º | 0.71% | 0.31% | - |
| XYZ | 4.51 | 2.62 | 7.48 | - |
| YUV | 44.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 23 | 78 | 0.05 | 0.71 | 0 | 0.69 | 295.64 | 0.54 | 0.2 |
| Hex | 4A | 17 | 4E | 5 | 47 | 0 | 45 | 128 | 36 | 14 |
| Octal | 112 | 27 | 116 | 5 | 107 | 0 | 105 | 450 | 66 | 24 |
| Binary | 1001010 | 10111 | 1001110 | 101 | 1000111 | 0 | 1000101 | 100101000 | 110110 | 10100 |
Color Harmonies of #4A174E
Complementary color
Monochromatic Colors of #4A174E
Black with #4A174E
Text Example
Text Example
White with #4A174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A174E; }
p { color: rgb(74,23,78); }
H1.HeaderClassName
{
color: #4A174E;
}
.AnyTagClassName
{
color: #4A174E;
}
</style>
background-color css
<style>
a { background-color: #4A174E; }
a { background-color: rgb(74,23,78); }
div.DivClassName
{
background-color: #4A174E;
}
.BgClassName
{
background-color: #4A174E;
}
</style>
border-color css
<style>
span { border-color: #4A174E; }
span { border-color: rgb(74,23,78); }
td.TdClassName
{
border-color: #4A174E;
}
.TagClassName
{
border-color: #4A174E;
}
</style>