Html Css Color HEX #49324D Hot Purple

📋 copy color: '#49324D'

red 73 ◦ green 50 ◦ blue 77

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

Shades of Hot Purple #49324D

Tints of Hot Purple #49324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25%

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

R = 36.5%
G = 25%
B = 38.5%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49324D (or 0x49324D) is known color: Hot Purple. HEX triplet: 49, 32 and 4D. RGB value is (73,50,77). Sum of RGB (Red+Green+Blue) = 73+50+77=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: blue. Hex color #49324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49324D is #B6CDB2. Grayscale: #3B3B3B. Windows color (decimal): -11980211 or 5059145. OLE color: 5059145.

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

Color convert

RGB 73 50 77 -
CMYK 0.05 0.35 0 0.70
HSL 291.11º 0.21% 0.25% -
HSV(B) 291.11º 0.35% 0.3% -
XYZ 5.23 4.23 7.56 -
YUV 59.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 73 50 77 0.05 0.35 0 0.70 291.11 0.21 0.25
Hex 49 32 4D 5 23 0 46 123 15 19
Octal 111 62 115 5 43 0 106 443 25 31
Binary 1001001 110010 1001101 101 100011 0 1000110 100100011 10101 11001

Color Harmonies of #49324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49324D

Black with #49324D

Text Example


Text Example

White with #49324D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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