#492150

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

Shades of Hot Purple #492150

Tints of Hot Purple #492150

Color information

#492150 (or 0x492150) is unknown color: approx Hot Purple. HEX triplet: 49, 21 and 50. RGB value is (73,33,80). Sum of RGB (Red+Green+Blue) = 73+33+80=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #492150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492150 is #B6DEAF. Grayscale: #323232. Windows color (decimal): -11984560 or 5251401. OLE color: 5251401.

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

Color convert

RGB733380-
CMYK0.090.5900.69
HSL291.06º41.59%22.16%-
HSV(B)291.06º58.75%31.37%-
XYZ4.743.087.93-
YUV50.32144.75144.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 33 (13.28% from 255) = 17.74%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=39.25%
G=17.74%
B=43.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7333800.090.5900.69291.0641.5922.16
Hex49215093B0451232a16
Octal11141120117301054435226
Binary1001001100001101000010011110110100010110010001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492150; }

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

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

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

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

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

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

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

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