#49304A

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

Shades of Hot Purple #49304A

Tints of Hot Purple #49304A

Color information

#49304A (or 0x49304A) is unknown color: approx Hot Purple. HEX triplet: 49, 30 and 4A. RGB value is (73,48,74). Sum of RGB (Red+Green+Blue) = 73+48+74=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 74 - color contains mainly: blue. Hex color #49304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49304A is #B6CFB5. Grayscale: #3A3A3A. Windows color (decimal): -11980726 or 4862025. OLE color: 4862025.

HSL color Cylindrical-coordinate representation of color #49304A: hue angle of 297.69º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49304A is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB734874-
CMYK0.010.3500.71
HSL297.69º21.31%23.92%-
HSV(B)297.69º35.14%29.02%-
XYZ5.044.026.99-
YUV58.44136.78138.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=37.44%
G=24.62%
B=37.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7348740.010.3500.71297.6921.3123.92
Hex49304A12304712a1518
Octal1116011214301074522530
Binary100100111000010010101100011010001111001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,48,74); }

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

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

 a { background-color: rgb(73,48,74); }

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

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

 span { border-color: rgb(73,48,74); }

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