#49254B

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

Shades of Hot Purple #49254B

Tints of Hot Purple #49254B

Color information

#49254B (or 0x49254B) is unknown color: approx Hot Purple. HEX triplet: 49, 25 and 4B. RGB value is (73,37,75). Sum of RGB (Red+Green+Blue) = 73+37+75=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 75 - color contains mainly: blue. Hex color #49254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49254B is #B6DAB4. Grayscale: #333333. Windows color (decimal): -11983541 or 4924745. OLE color: 4924745.

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

Color convert

RGB733775-
CMYK0.030.5100.71
HSL296.84º33.93%21.96%-
HSV(B)296.84º50.67%29.41%-
XYZ4.683.257.04-
YUV52.1140.93142.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=39.46%
G=20%
B=40.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7337750.030.5100.71296.8433.9321.96
Hex49254B3330471292216
Octal1114511336301074514226
Binary10010011001011001011111100110100011110010100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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