#490452

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

Shades of Hot Purple #490452

Tints of Hot Purple #490452

Color information

#490452 (or 0x490452) is unknown color: approx Hot Purple. HEX triplet: 49, 04 and 52. RGB value is (73,4,82). Sum of RGB (Red+Green+Blue) = 73+4+82=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 82 (32.42% from 255 or 51.57% from 159); Max value from RGB is 82 - color contains mainly: blue. Hex color #490452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490452 is #B6FBAD. Grayscale: #212121. Windows color (decimal): -11991982 or 5375049. OLE color: 5375049.

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

Color convert

RGB73482-
CMYK0.110.9500.68
HSL293.08º90.7%16.86%-
HSV(B)293.08º95.12%32.16%-
XYZ4.312.118.16-
YUV33.52155.36156.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 82 (32.42% from 255) = 51.57%
R=45.91%
G=2.52%
B=51.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal734820.110.9500.68293.0890.716.86
Hex49452B5F0441255b11
Octal111412213137010444513321
Binary100100110010100101011101111101000100100100101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490452; }

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

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

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

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

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

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

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

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