#49014F

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

Shades of Hot Purple #49014F

Tints of Hot Purple #49014F

Color information

#49014F (or 0x49014F) is unknown color: approx Hot Purple. HEX triplet: 49, 01 and 4F. RGB value is (73,1,79). Sum of RGB (Red+Green+Blue) = 73+1+79=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #49014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49014F is #B6FEB0. Grayscale: #1F1F1F. Windows color (decimal): -11992753 or 5177673. OLE color: 5177673.

HSL color Cylindrical-coordinate representation of color #49014F: hue angle of 295.38º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49014F is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB73179-
CMYK0.080.9900.69
HSL295.38º97.5%15.69%-
HSV(B)295.38º98.73%30.98%-
XYZ4.1727.56-
YUV31.42154.85157.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 79 (31.25% from 255) = 51.63%
R=47.71%
G=0.65%
B=51.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal731790.080.9900.69295.3897.515.69
Hex4914F8630451276210
Octal111111710143010544714220
Binary1001001110011111000110001101000101100100111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49014F; }

 p { color: rgb(73,1,79); }

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

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

 a { background-color: rgb(73,1,79); }

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

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

 span { border-color: rgb(73,1,79); }

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