#492852

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

Shades of Hot Purple #492852

Tints of Hot Purple #492852

Color information

#492852 (or 0x492852) is unknown color: approx Hot Purple. HEX triplet: 49, 28 and 52. RGB value is (73,40,82). Sum of RGB (Red+Green+Blue) = 73+40+82=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #492852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492852 is #B6D7AD. Grayscale: #363636. Windows color (decimal): -11982766 or 5384265. OLE color: 5384265.

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

Color convert

RGB734082-
CMYK0.110.5100.68
HSL287.14º34.43%23.92%-
HSV(B)287.14º51.22%32.16%-
XYZ5.033.548.4-
YUV54.65143.43141.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 40 (16.02% from 255) = 20.51%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=37.44%
G=20.51%
B=42.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7340820.110.5100.68287.1434.4323.92
Hex492852B3304411f2218
Octal11150122136301044374230
Binary1001001101000101001010111100110100010010001111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492852; }

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

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

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

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

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

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

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

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