#49344E

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

Shades of Hot Purple #49344E

Tints of Hot Purple #49344E

Color information

#49344E (or 0x49344E) is unknown color: approx Hot Purple. HEX triplet: 49, 34 and 4E. RGB value is (73,52,78). Sum of RGB (Red+Green+Blue) = 73+52+78=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 78 - color contains mainly: blue. Hex color #49344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49344E is #B6CBB1. Grayscale: #3D3D3D. Windows color (decimal): -11979698 or 5125193. OLE color: 5125193.

HSL color Cylindrical-coordinate representation of color #49344E: hue angle of 288.46º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49344E is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB735278-
CMYK0.060.3300.69
HSL288.46º20%25.49%-
HSV(B)288.46º33.33%30.59%-
XYZ5.354.427.78-
YUV61.24137.46136.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=35.96%
G=25.62%
B=38.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7352780.060.3300.69288.462025.49
Hex49344E6210451201419
Octal1116411664101054402431
Binary10010011101001001110110100001010001011001000001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49344E; }

 p { color: rgb(73,52,78); }

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

<style>
 a { background-color: #49344E; }

 a { background-color: rgb(73,52,78); }

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

<style>
 span { border-color: #49344E; }

 span { border-color: rgb(73,52,78); }

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