Html Css Color HEX #49314C Hot Purple

📋 copy color: '#49314C'

red 73 ◦ green 49 ◦ blue 76

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

Shades of Hot Purple #49314C

Tints of Hot Purple #49314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.75%

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

R = 36.87%
G = 24.75%
B = 38.38%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49314C (or 0x49314C) is known color: Hot Purple. HEX triplet: 49, 31 and 4C. RGB value is (73,49,76). Sum of RGB (Red+Green+Blue) = 73+49+76=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 76 - color contains mainly: blue. Hex color #49314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49314C is #B6CEB3. Grayscale: #3B3B3B. Windows color (decimal): -11980468 or 4993353. OLE color: 4993353.

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

Color convert

RGB 73 49 76 -
CMYK 0.04 0.36 0 0.70
HSL 293.33º 0.22% 0.25% -
HSV(B) 293.33º 0.36% 0.3% -
XYZ 5.15 4.13 7.36 -
YUV 59.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 73 49 76 0.04 0.36 0 0.70 293.33 0.22 0.25
Hex 49 31 4C 4 24 0 46 125 16 19
Octal 111 61 114 4 44 0 106 445 26 31
Binary 1001001 110001 1001100 100 100100 0 1000110 100100101 10110 11001

Color Harmonies of #49314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49314C

Black with #49314C

Text Example


Text Example

White with #49314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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