Html Css Color HEX #49084D Hot Purple

📋 copy color: '#49084D'

red 73 ◦ green 8 ◦ blue 77

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

Shades of Hot Purple #49084D

Tints of Hot Purple #49084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.06%

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

R = 46.2%
G = 5.06%
B = 48.73%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49084D (or 0x49084D) is known color: Hot Purple. HEX triplet: 49, 08 and 4D. RGB value is (73,8,77). Sum of RGB (Red+Green+Blue) = 73+8+77=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #49084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49084D is #B6F7B2. Grayscale: #232323. Windows color (decimal): -11990963 or 5048393. OLE color: 5048393.

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

Color convert

RGB 73 8 77 -
CMYK 0.05 0.90 0 0.70
HSL 296.52º 0.81% 0.17% -
HSV(B) 296.52º 0.9% 0.3% -
XYZ 4.17 2.13 7.21 -
YUV 35.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 73 8 77 0.05 0.90 0 0.70 296.52 0.81 0.17
Hex 49 8 4D 5 5A 0 46 129 51 11
Octal 111 10 115 5 132 0 106 451 121 21
Binary 1001001 1000 1001101 101 1011010 0 1000110 100101001 1010001 10001

Color Harmonies of #49084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49084D

Black with #49084D

Text Example


Text Example

White with #49084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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