Shades of Hot Purple #4B174A
Tints of Hot Purple #4B174A
RGB
CMYK
RGB Variations
Color information
#4B174A (or 0x4B174A) is known color: Hot Purple. HEX triplet: 4B, 17 and 4A. RGB value is (75,23,74). Sum of RGB (Red+Green+Blue) = 75+23+74=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B174A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B174A is #B4E8B5. Grayscale: #2C2C2C. Windows color (decimal): -11856054 or 4855627. OLE color: 4855627.
HSL color Cylindrical-coordinate representation of color #4B174A: hue angle of 301.15º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B174A is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 23 | 74 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.71 |
| HSL | 301.15º | 0.53% | 0.19% | - |
| HSV(B) | 301.15º | 0.69% | 0.29% | - |
| XYZ | 4.44 | 2.6 | 6.75 | - |
| YUV | 44.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 74 | 0 | 0.69 | 0.01 | 0.71 | 301.15 | 0.53 | 0.19 |
| Hex | 4B | 17 | 4A | 0 | 45 | 1 | 47 | 12D | 35 | 13 |
| Octal | 113 | 27 | 112 | 0 | 105 | 1 | 107 | 455 | 65 | 23 |
| Binary | 1001011 | 10111 | 1001010 | 0 | 1000101 | 1 | 1000111 | 100101101 | 110101 | 10011 |
Color Harmonies of #4B174A
Complementary color
Monochromatic Colors of #4B174A
Black with #4B174A
Text Example
Text Example
White with #4B174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B174A; }
p { color: rgb(75,23,74); }
H1.HeaderClassName
{
color: #4B174A;
}
.AnyTagClassName
{
color: #4B174A;
}
</style>
background-color css
<style>
a { background-color: #4B174A; }
a { background-color: rgb(75,23,74); }
div.DivClassName
{
background-color: #4B174A;
}
.BgClassName
{
background-color: #4B174A;
}
</style>
border-color css
<style>
span { border-color: #4B174A; }
span { border-color: rgb(75,23,74); }
td.TdClassName
{
border-color: #4B174A;
}
.TagClassName
{
border-color: #4B174A;
}
</style>