#492F4C

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

Shades of Hot Purple #492F4C

Tints of Hot Purple #492F4C

Color information

#492F4C (or 0x492F4C) is unknown color: approx Hot Purple. HEX triplet: 49, 2F and 4C. RGB value is (73,47,76). Sum of RGB (Red+Green+Blue) = 73+47+76=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 76 - color contains mainly: blue. Hex color #492F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F4C is #B6D0B3. Grayscale: #393939. Windows color (decimal): -11980980 or 4992841. OLE color: 4992841.

HSL color Cylindrical-coordinate representation of color #492F4C: hue angle of 293.79º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #492F4C is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB734776-
CMYK0.040.3800.70
HSL293.79º23.58%24.12%-
HSV(B)293.79º38.16%29.8%-
XYZ5.073.977.34-
YUV58.08138.11138.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 47 (18.75% from 255) = 23.98%
BLUE value IS 76 (30.08% from 255) = 38.78%
R=37.24%
G=23.98%
B=38.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7347760.040.3800.70293.7923.5824.12
Hex492F4C4260461261818
Octal1115711444601064463030
Binary10010011011111001100100100110010001101001001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492F4C; }

 p { color: rgb(73,47,76); }

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

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

 a { background-color: rgb(73,47,76); }

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

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

 span { border-color: rgb(73,47,76); }

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