#49304B

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

Shades of Hot Purple #49304B

Tints of Hot Purple #49304B

Color information

#49304B (or 0x49304B) is unknown color: approx Hot Purple. HEX triplet: 49, 30 and 4B. RGB value is (73,48,75). Sum of RGB (Red+Green+Blue) = 73+48+75=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 75 - color contains mainly: blue. Hex color #49304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49304B is #B6CFB4. Grayscale: #3A3A3A. Windows color (decimal): -11980725 or 4927561. OLE color: 4927561.

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

Color convert

RGB734875-
CMYK0.030.3600.71
HSL295.56º21.95%24.12%-
HSV(B)295.56º36%29.41%-
XYZ5.074.047.17-
YUV58.55137.28138.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=37.24%
G=24.49%
B=38.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7348750.030.3600.71295.5621.9524.12
Hex49304B3240471281618
Octal1116011334401074502630
Binary1001001110000100101111100100010001111001010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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