Shades of Hot Purple #46134A
Tints of Hot Purple #46134A
RGB
CMYK
RGB Variations
Color information
#46134A (or 0x46134A) is known color: Hot Purple. HEX triplet: 46, 13 and 4A. RGB value is (70,19,74). Sum of RGB (Red+Green+Blue) = 70+19+74=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #46134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46134A is #B9ECB5. Grayscale: #282828. Windows color (decimal): -12184758 or 4854598. OLE color: 4854598.
HSL color Cylindrical-coordinate representation of color #46134A: hue angle of 295.64º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46134A is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 19 | 74 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.71 |
| HSL | 295.64º | 0.59% | 0.18% | - |
| HSV(B) | 295.64º | 0.74% | 0.29% | - |
| XYZ | 3.99 | 2.26 | 6.7 | - |
| YUV | 40.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 74 | 0.05 | 0.74 | 0 | 0.71 | 295.64 | 0.59 | 0.18 |
| Hex | 46 | 13 | 4A | 5 | 4A | 0 | 47 | 128 | 3B | 12 |
| Octal | 106 | 23 | 112 | 5 | 112 | 0 | 107 | 450 | 73 | 22 |
| Binary | 1000110 | 10011 | 1001010 | 101 | 1001010 | 0 | 1000111 | 100101000 | 111011 | 10010 |
Color Harmonies of #46134A
Complementary color
Monochromatic Colors of #46134A
Black with #46134A
Text Example
Text Example
White with #46134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46134A; }
p { color: rgb(70,19,74); }
H1.HeaderClassName
{
color: #46134A;
}
.AnyTagClassName
{
color: #46134A;
}
</style>
background-color css
<style>
a { background-color: #46134A; }
a { background-color: rgb(70,19,74); }
div.DivClassName
{
background-color: #46134A;
}
.BgClassName
{
background-color: #46134A;
}
</style>
border-color css
<style>
span { border-color: #46134A; }
span { border-color: rgb(70,19,74); }
td.TdClassName
{
border-color: #46134A;
}
.TagClassName
{
border-color: #46134A;
}
</style>