Html Css Color HEX #49334C Hot Purple

📋 copy color: '#49334C'

red 73 ◦ green 51 ◦ blue 76

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

Shades of Hot Purple #49334C

Tints of Hot Purple #49334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.5%

 BLUE value IS 76 (30.08% from 255) = 38%

R = 36.5%
G = 25.5%
B = 38%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49334C (or 0x49334C) is known color: Hot Purple. HEX triplet: 49, 33 and 4C. RGB value is (73,51,76). Sum of RGB (Red+Green+Blue) = 73+51+76=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 76 - color contains mainly: blue. Hex color #49334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49334C is #B6CCB3. Grayscale: #3C3C3C. Windows color (decimal): -11979956 or 4993865. OLE color: 4993865.

HSL color Cylindrical-coordinate representation of color #49334C: hue angle of 292.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49334C is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 51 76 -
CMYK 0.04 0.33 0 0.70
HSL 292.8º 0.2% 0.25% -
HSV(B) 292.8º 0.33% 0.3% -
XYZ 5.24 4.31 7.39 -
YUV 60.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 73 51 76 0.04 0.33 0 0.70 292.8 0.2 0.25
Hex 49 33 4C 4 21 0 46 125 14 19
Octal 111 63 114 4 41 0 106 445 24 31
Binary 1001001 110011 1001100 100 100001 0 1000110 100100101 10100 11001

Color Harmonies of #49334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49334C

Black with #49334C

Text Example


Text Example

White with #49334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49334C; }

 p { color: rgb(73,51,76); }

 H1.HeaderClassName
 {
   color: #49334C;
 }
 .AnyTagClassName
 {
   color: #49334C;
 }
</style>

background-color css

<style>
 a { background-color: #49334C; }

 a { background-color: rgb(73,51,76); }

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

border-color css

<style>
 span { border-color: #49334C; }

 span { border-color: rgb(73,51,76); }

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