#492450

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

Shades of Hot Purple #492450

Tints of Hot Purple #492450

Color information

#492450 (or 0x492450) is unknown color: approx Hot Purple. HEX triplet: 49, 24 and 50. RGB value is (73,36,80). Sum of RGB (Red+Green+Blue) = 73+36+80=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #492450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492450 is #B6DBAF. Grayscale: #333333. Windows color (decimal): -11983792 or 5252169. OLE color: 5252169.

HSL color Cylindrical-coordinate representation of color #492450: hue angle of 290.45º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #492450 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB733680-
CMYK0.090.5500.69
HSL290.45º37.93%22.75%-
HSV(B)290.45º55%31.37%-
XYZ4.833.267.96-
YUV52.08143.76142.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=38.62%
G=19.05%
B=42.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7336800.090.5500.69290.4537.9322.75
Hex4924509370451222617
Octal11144120116701054424627
Binary1001001100100101000010011101110100010110010001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492450; }

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

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

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

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

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

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

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

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