#492C4E

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

Shades of Hot Purple #492C4E

Tints of Hot Purple #492C4E

Color information

#492C4E (or 0x492C4E) is unknown color: approx Hot Purple. HEX triplet: 49, 2C and 4E. RGB value is (73,44,78). Sum of RGB (Red+Green+Blue) = 73+44+78=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #492C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C4E is #B6D3B1. Grayscale: #383838. Windows color (decimal): -11981746 or 5123145. OLE color: 5123145.

HSL color Cylindrical-coordinate representation of color #492C4E: hue angle of 291.18º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #492C4E is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB734478-
CMYK0.060.4400.69
HSL291.18º27.87%23.92%-
HSV(B)291.18º43.59%30.59%-
XYZ5.023.777.67-
YUV56.55140.11139.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 44 (17.58% from 255) = 22.56%
BLUE value IS 78 (30.86% from 255) = 40%
R=37.44%
G=22.56%
B=40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7344780.060.4400.69291.1827.8723.92
Hex492C4E62C0451231c18
Octal1115411665401054433430
Binary10010011011001001110110101100010001011001000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,44,78); }

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

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

 a { background-color: rgb(73,44,78); }

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

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

 span { border-color: rgb(73,44,78); }

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