#492252

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

Shades of Hot Purple #492252

Tints of Hot Purple #492252

Color information

#492252 (or 0x492252) is unknown color: approx Hot Purple. HEX triplet: 49, 22 and 52. RGB value is (73,34,82). Sum of RGB (Red+Green+Blue) = 73+34+82=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #492252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492252 is #B6DDAD. Grayscale: #323232. Windows color (decimal): -11984302 or 5382729. OLE color: 5382729.

HSL color Cylindrical-coordinate representation of color #492252: hue angle of 288.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #492252 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB733482-
CMYK0.110.5900.68
HSL288.75º41.38%22.75%-
HSV(B)288.75º58.54%32.16%-
XYZ4.843.178.34-
YUV51.13145.42143.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 82 (32.42% from 255) = 43.39%
R=38.62%
G=17.99%
B=43.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7334820.110.5900.68288.7541.3822.75
Hex492252B3B0441212917
Octal11142122137301044415127
Binary1001001100010101001010111110110100010010010000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492252; }

 p { color: rgb(73,34,82); }

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

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

 a { background-color: rgb(73,34,82); }

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

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

 span { border-color: rgb(73,34,82); }

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