#461E49

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

Shades of Hot Purple #461E49

Tints of Hot Purple #461E49

Color information

#461E49 (or 0x461E49) is unknown color: approx Hot Purple. HEX triplet: 46, 1E and 49. RGB value is (70,30,73). Sum of RGB (Red+Green+Blue) = 70+30+73=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #461E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E49 is #B9E1B6. Grayscale: #2E2E2E. Windows color (decimal): -12181943 or 4791878. OLE color: 4791878.

HSL color Cylindrical-coordinate representation of color #461E49: hue angle of 295.81º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461E49 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB703073-
CMYK0.040.5900.71
HSL295.81º41.75%20.2%-
HSV(B)295.81º58.9%28.63%-
XYZ4.192.716.61-
YUV46.86142.75144.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.46%
GREEN value IS 30 (12.11% from 255) = 17.34%
BLUE value IS 73 (28.91% from 255) = 42.20%
R=40.46%
G=17.34%
B=42.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7030730.040.5900.71295.8141.7520.2
Hex461E4943B0471282a14
Octal1063611147301074505224
Binary10001101111010010011001110110100011110010100010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461E49; }

 p { color: rgb(70,30,73); }

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

<style>
 a { background-color: #461E49; }

 a { background-color: rgb(70,30,73); }

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

<style>
 span { border-color: #461E49; }

 span { border-color: rgb(70,30,73); }

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