Shades of Hot Purple #461D4A
Tints of Hot Purple #461D4A
RGB
CMYK
RGB Variations
Color information
#461D4A (or 0x461D4A) is known color: Hot Purple. HEX triplet: 46, 1D and 4A. RGB value is (70,29,74). Sum of RGB (Red+Green+Blue) = 70+29+74=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #461D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D4A is #B9E2B5. Grayscale: #2E2E2E. Windows color (decimal): -12182198 or 4857158. OLE color: 4857158.
HSL color Cylindrical-coordinate representation of color #461D4A: hue angle of 294.67º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #461D4A is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 29 | 74 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.71 |
| HSL | 294.67º | 0.44% | 0.2% | - |
| HSV(B) | 294.67º | 0.61% | 0.29% | - |
| XYZ | 4.2 | 2.68 | 6.77 | - |
| YUV | 46.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 74 | 0.05 | 0.61 | 0 | 0.71 | 294.67 | 0.44 | 0.2 |
| Hex | 46 | 1D | 4A | 5 | 3D | 0 | 47 | 127 | 2C | 14 |
| Octal | 106 | 35 | 112 | 5 | 75 | 0 | 107 | 447 | 54 | 24 |
| Binary | 1000110 | 11101 | 1001010 | 101 | 111101 | 0 | 1000111 | 100100111 | 101100 | 10100 |
Color Harmonies of #461D4A
Complementary color
Monochromatic Colors of #461D4A
Black with #461D4A
Text Example
Text Example
White with #461D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D4A; }
p { color: rgb(70,29,74); }
H1.HeaderClassName
{
color: #461D4A;
}
.AnyTagClassName
{
color: #461D4A;
}
</style>
background-color css
<style>
a { background-color: #461D4A; }
a { background-color: rgb(70,29,74); }
div.DivClassName
{
background-color: #461D4A;
}
.BgClassName
{
background-color: #461D4A;
}
</style>
border-color css
<style>
span { border-color: #461D4A; }
span { border-color: rgb(70,29,74); }
td.TdClassName
{
border-color: #461D4A;
}
.TagClassName
{
border-color: #461D4A;
}
</style>