#46164A

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

Shades of Hot Purple #46164A

Tints of Hot Purple #46164A

Color information

#46164A (or 0x46164A) is unknown color: approx Hot Purple. HEX triplet: 46, 16 and 4A. RGB value is (70,22,74). Sum of RGB (Red+Green+Blue) = 70+22+74=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #46164A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46164A is #B9E9B5. Grayscale: #2A2A2A. Windows color (decimal): -12183990 or 4855366. OLE color: 4855366.

HSL color Cylindrical-coordinate representation of color #46164A: hue angle of 295.38º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46164A is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB702274-
CMYK0.050.7000.71
HSL295.38º54.17%18.82%-
HSV(B)295.38º70.27%29.02%-
XYZ4.052.376.72-
YUV42.28145.9147.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=42.17%
G=13.25%
B=44.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7022740.050.7000.71295.3854.1718.82
Hex46164A5460471273613
Octal10626112510601074476623
Binary100011010110100101010110001100100011110010011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46164A; }

 p { color: rgb(70,22,74); }

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

<style>
 a { background-color: #46164A; }

 a { background-color: rgb(70,22,74); }

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

<style>
 span { border-color: #46164A; }

 span { border-color: rgb(70,22,74); }

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