#492353

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

Shades of Hot Purple #492353

Tints of Hot Purple #492353

Color information

#492353 (or 0x492353) is unknown color: approx Hot Purple. HEX triplet: 49, 23 and 53. RGB value is (73,35,83). Sum of RGB (Red+Green+Blue) = 73+35+83=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #492353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492353 is #B6DCAC. Grayscale: #333333. Windows color (decimal): -11984045 or 5448521. OLE color: 5448521.

HSL color Cylindrical-coordinate representation of color #492353: hue angle of 287.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #492353 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB733583-
CMYK0.120.5800.67
HSL287.5º40.68%23.14%-
HSV(B)287.5º57.83%32.55%-
XYZ4.913.248.55-
YUV51.83145.59143.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=38.22%
G=18.32%
B=43.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7335830.120.5800.67287.540.6823.14
Hex492353C3A0431202917
Octal11143123147201034405127
Binary1001001100011101001111001110100100001110010000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492353; }

 p { color: rgb(73,35,83); }

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

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

 a { background-color: rgb(73,35,83); }

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

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

 span { border-color: rgb(73,35,83); }

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