#492448

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

Shades of Hot Purple #492448

Tints of Hot Purple #492448

Color information

#492448 (or 0x492448) is unknown color: approx Hot Purple. HEX triplet: 49, 24 and 48. RGB value is (73,36,72). Sum of RGB (Red+Green+Blue) = 73+36+72=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #492448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492448 is #B6DBB7. Grayscale: #333333. Windows color (decimal): -11983800 or 4727881. OLE color: 4727881.

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

Color convert

RGB733672-
CMYK00.510.010.71
HSL301.62º33.94%21.37%-
HSV(B)301.62º50.68%28.63%-
XYZ4.553.156.5-
YUV51.17139.76143.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 36 (14.45% from 255) = 19.89%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=40.33%
G=19.89%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73367200.510.010.71301.6233.9421.37
Hex49244803314712e2215
Octal1114411006311074564225
Binary1001001100100100100001100111100011110010111010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492448; }

 p { color: rgb(73,36,72); }

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

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

 a { background-color: rgb(73,36,72); }

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

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

 span { border-color: rgb(73,36,72); }

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