Html Css Color HEX #49094D Hot Purple

📋 copy color: '#49094D'

red 73 ◦ green 9 ◦ blue 77

#49094D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #49094D

Tints of Hot Purple #49094D

RGB

 RED value IS 73 (28.91% from 255) = 45.91%

 GREEN value IS 9 (3.91% from 255) = 5.66%

 BLUE value IS 77 (30.47% from 255) = 48.43%

R = 45.91%
G = 5.66%
B = 48.43%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49094D (or 0x49094D) is known color: Hot Purple. HEX triplet: 49, 09 and 4D. RGB value is (73,9,77). Sum of RGB (Red+Green+Blue) = 73+9+77=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #49094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49094D is #B6F6B2. Grayscale: #232323. Windows color (decimal): -11990707 or 5048649. OLE color: 5048649.

HSL color Cylindrical-coordinate representation of color #49094D: hue angle of 296.47º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49094D is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 9 77 -
CMYK 0.05 0.88 0 0.70
HSL 296.47º 0.79% 0.17% -
HSV(B) 296.47º 0.88% 0.3% -
XYZ 4.18 2.15 7.22 -
YUV 35.89 151.2 154.47 -
System Red Green Blue C M Y K H S L
Decimal 73 9 77 0.05 0.88 0 0.70 296.47 0.79 0.17
Hex 49 9 4D 5 58 0 46 128 4F 11
Octal 111 11 115 5 130 0 106 450 117 21
Binary 1001001 1001 1001101 101 1011000 0 1000110 100101000 1001111 10001

Color Harmonies of #49094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49094D

Black with #49094D

Text Example


Text Example

White with #49094D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49094D; }

 p { color: rgb(73,9,77); }

 H1.HeaderClassName
 {
   color: #49094D;
 }
 .AnyTagClassName
 {
   color: #49094D;
 }
</style>

background-color css

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

 a { background-color: rgb(73,9,77); }

 div.DivClassName
 {
   background-color: #49094D;
 }
 .BgClassName
 {
   background-color: #49094D;
 }
</style>

border-color css

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

 span { border-color: rgb(73,9,77); }

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