Shades of Hot Purple #461D4D
Tints of Hot Purple #461D4D
RGB
CMYK
RGB Variations
Color information
#461D4D (or 0x461D4D) is known color: Hot Purple. HEX triplet: 46, 1D and 4D. RGB value is (70,29,77). Sum of RGB (Red+Green+Blue) = 70+29+77=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #461D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461D4D is #B9E2B2. Grayscale: #2E2E2E. Windows color (decimal): -12182195 or 5053766. OLE color: 5053766.
HSL color Cylindrical-coordinate representation of color #461D4D: hue angle of 291.25º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #461D4D is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 29 | 77 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.70 |
| HSL | 291.25º | 0.45% | 0.21% | - |
| HSV(B) | 291.25º | 0.62% | 0.3% | - |
| XYZ | 4.3 | 2.72 | 7.32 | - |
| YUV | 46.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 77 | 0.09 | 0.62 | 0 | 0.70 | 291.25 | 0.45 | 0.21 |
| Hex | 46 | 1D | 4D | 9 | 3E | 0 | 46 | 123 | 2D | 15 |
| Octal | 106 | 35 | 115 | 11 | 76 | 0 | 106 | 443 | 55 | 25 |
| Binary | 1000110 | 11101 | 1001101 | 1001 | 111110 | 0 | 1000110 | 100100011 | 101101 | 10101 |
Color Harmonies of #461D4D
Complementary color
Monochromatic Colors of #461D4D
Black with #461D4D
Text Example
Text Example
White with #461D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D4D; }
p { color: rgb(70,29,77); }
H1.HeaderClassName
{
color: #461D4D;
}
.AnyTagClassName
{
color: #461D4D;
}
</style>
background-color css
<style>
a { background-color: #461D4D; }
a { background-color: rgb(70,29,77); }
div.DivClassName
{
background-color: #461D4D;
}
.BgClassName
{
background-color: #461D4D;
}
</style>
border-color css
<style>
span { border-color: #461D4D; }
span { border-color: rgb(70,29,77); }
td.TdClassName
{
border-color: #461D4D;
}
.TagClassName
{
border-color: #461D4D;
}
</style>