#46144D

Color #46144D Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #46144D

Tints of Hot Purple #46144D

Color information

#46144D (or 0x46144D) is unknown color: approx Hot Purple. HEX triplet: 46, 14 and 4D. RGB value is (70,20,77). Sum of RGB (Red+Green+Blue) = 70+20+77=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #46144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46144D is #B9EBB2. Grayscale: #292929. Windows color (decimal): -12184499 or 5051462. OLE color: 5051462.

HSL color Cylindrical-coordinate representation of color #46144D: hue angle of 292.63º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46144D is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB702077-
CMYK0.090.7400.70
HSL292.63º58.76%19.02%-
HSV(B)292.63º74.03%30.2%-
XYZ4.122.347.26-
YUV41.45148.06148.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 77 (30.47% from 255) = 46.11%
R=41.92%
G=11.98%
B=46.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7020770.090.7400.70292.6358.7619.02
Hex46144D94A0461253b13
Octal106241151111201064457323
Binary1000110101001001101100110010100100011010010010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46144D; }

 p { color: rgb(70,20,77); }

 H1.HeaderClassName
 {
   color: #46144D;
 }
 .AnyTagClassName
 {
   color: #46144D;
 }
</style>
background-color css

<style>
 a { background-color: #46144D; }

 a { background-color: rgb(70,20,77); }

 div.DivClassName
 {
   background-color: #46144D;
 }
 .BgClassName
 {
   background-color: #46144D;
 }
</style>
border-color css

<style>
 span { border-color: #46144D; }

 span { border-color: rgb(70,20,77); }

 td.TdClassName
 {
   border-color: #46144D;
 }
 .TagClassName
 {
   border-color: #46144D;
 }
</style>