Shades of Hot Purple #4A154B
Tints of Hot Purple #4A154B
RGB
CMYK
RGB Variations
Color information
#4A154B (or 0x4A154B) is known color: Hot Purple. HEX triplet: 4A, 15 and 4B. RGB value is (74,21,75). Sum of RGB (Red+Green+Blue) = 74+21+75=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A154B is #B5EAB4. Grayscale: #2A2A2A. Windows color (decimal): -11922101 or 4920650. OLE color: 4920650.
HSL color Cylindrical-coordinate representation of color #4A154B: hue angle of 298.89º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A154B is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 21 | 75 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.71 |
| HSL | 298.89º | 0.56% | 0.19% | - |
| HSV(B) | 298.89º | 0.72% | 0.29% | - |
| XYZ | 4.36 | 2.5 | 6.91 | - |
| YUV | 43 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 75 | 0.01 | 0.72 | 0 | 0.71 | 298.89 | 0.56 | 0.19 |
| Hex | 4A | 15 | 4B | 1 | 48 | 0 | 47 | 12B | 38 | 13 |
| Octal | 112 | 25 | 113 | 1 | 110 | 0 | 107 | 453 | 70 | 23 |
| Binary | 1001010 | 10101 | 1001011 | 1 | 1001000 | 0 | 1000111 | 100101011 | 111000 | 10011 |
Color Harmonies of #4A154B
Complementary color
Monochromatic Colors of #4A154B
Black with #4A154B
Text Example
Text Example
White with #4A154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A154B; }
p { color: rgb(74,21,75); }
H1.HeaderClassName
{
color: #4A154B;
}
.AnyTagClassName
{
color: #4A154B;
}
</style>
background-color css
<style>
a { background-color: #4A154B; }
a { background-color: rgb(74,21,75); }
div.DivClassName
{
background-color: #4A154B;
}
.BgClassName
{
background-color: #4A154B;
}
</style>
border-color css
<style>
span { border-color: #4A154B; }
span { border-color: rgb(74,21,75); }
td.TdClassName
{
border-color: #4A154B;
}
.TagClassName
{
border-color: #4A154B;
}
</style>