Shades of Hot Purple #461A4A
Tints of Hot Purple #461A4A
RGB
CMYK
RGB Variations
Color information
#461A4A (or 0x461A4A) is known color: Hot Purple. HEX triplet: 46, 1A and 4A. RGB value is (70,26,74). Sum of RGB (Red+Green+Blue) = 70+26+74=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #461A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461A4A is #B9E5B5. Grayscale: #2C2C2C. Windows color (decimal): -12182966 or 4856390. OLE color: 4856390.
HSL color Cylindrical-coordinate representation of color #461A4A: hue angle of 295º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #461A4A is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 26 | 74 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.71 |
| HSL | 295º | 0.48% | 0.2% | - |
| HSV(B) | 295º | 0.65% | 0.29% | - |
| XYZ | 4.13 | 2.54 | 6.75 | - |
| YUV | 44.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 74 | 0.05 | 0.65 | 0 | 0.71 | 295 | 0.48 | 0.2 |
| Hex | 46 | 1A | 4A | 5 | 41 | 0 | 47 | 127 | 30 | 14 |
| Octal | 106 | 32 | 112 | 5 | 101 | 0 | 107 | 447 | 60 | 24 |
| Binary | 1000110 | 11010 | 1001010 | 101 | 1000001 | 0 | 1000111 | 100100111 | 110000 | 10100 |
Color Harmonies of #461A4A
Complementary color
Monochromatic Colors of #461A4A
Black with #461A4A
Text Example
Text Example
White with #461A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A4A; }
p { color: rgb(70,26,74); }
H1.HeaderClassName
{
color: #461A4A;
}
.AnyTagClassName
{
color: #461A4A;
}
</style>
background-color css
<style>
a { background-color: #461A4A; }
a { background-color: rgb(70,26,74); }
div.DivClassName
{
background-color: #461A4A;
}
.BgClassName
{
background-color: #461A4A;
}
</style>
border-color css
<style>
span { border-color: #461A4A; }
span { border-color: rgb(70,26,74); }
td.TdClassName
{
border-color: #461A4A;
}
.TagClassName
{
border-color: #461A4A;
}
</style>