#49004E

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

Shades of Hot Purple #49004E

Tints of Hot Purple #49004E

Color information

#49004E (or 0x49004E) is unknown color: approx Hot Purple. HEX triplet: 49, 00 and 4E. RGB value is (73,0,78). Sum of RGB (Red+Green+Blue) = 73+0+78=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #49004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49004E is #B6FFB1. Grayscale: #1E1E1E. Windows color (decimal): -11993010 or 5111881. OLE color: 5111881.

HSL color Cylindrical-coordinate representation of color #49004E: hue angle of 296.15º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49004E is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB73078-
CMYK0.06100.69
HSL296.15º100%15.29%-
HSV(B)296.15º100%30.59%-
XYZ4.121.977.37-
YUV30.72154.68158.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 51.66%
R=48.34%
G=0%
B=51.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal730780.06100.69296.1510015.29
Hex4904E66404512864f
Octal11101166144010545014417
Binary10010010100111011011001000100010110010100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49004E; }

 p { color: rgb(73,0,78); }

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

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

 a { background-color: rgb(73,0,78); }

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

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

 span { border-color: rgb(73,0,78); }

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