#46224D

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

Shades of Hot Purple #46224D

Tints of Hot Purple #46224D

Color information

#46224D (or 0x46224D) is unknown color: approx Hot Purple. HEX triplet: 46, 22 and 4D. RGB value is (70,34,77). Sum of RGB (Red+Green+Blue) = 70+34+77=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #46224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46224D is #B9DDB2. Grayscale: #313131. Windows color (decimal): -12180915 or 5055046. OLE color: 5055046.

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

Color convert

RGB703477-
CMYK0.090.5600.70
HSL290.23º38.74%21.76%-
HSV(B)290.23º55.84%30.2%-
XYZ4.442.987.36-
YUV49.67143.43142.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=38.67%
G=18.78%
B=42.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7034770.090.5600.70290.2338.7421.76
Hex46224D9380461222716
Octal10642115117001064424726
Binary1000110100010100110110011110000100011010010001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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