Html Css Color HEX #49314F Hot Purple

📋 copy color: '#49314F'

red 73 ◦ green 49 ◦ blue 79

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

Shades of Hot Purple #49314F

Tints of Hot Purple #49314F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.3%

R = 36.32%
G = 24.38%
B = 39.3%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49314F (or 0x49314F) is known color: Hot Purple. HEX triplet: 49, 31 and 4F. RGB value is (73,49,79). Sum of RGB (Red+Green+Blue) = 73+49+79=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 79 - color contains mainly: blue. Hex color #49314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49314F is #B6CEB0. Grayscale: #3B3B3B. Windows color (decimal): -11980465 or 5189961. OLE color: 5189961.

HSL color Cylindrical-coordinate representation of color #49314F: hue angle of 288º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49314F is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 49 79 -
CMYK 0.08 0.38 0 0.69
HSL 288º 0.23% 0.25% -
HSV(B) 288º 0.38% 0.31% -
XYZ 5.26 4.18 7.93 -
YUV 59.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 73 49 79 0.08 0.38 0 0.69 288 0.23 0.25
Hex 49 31 4F 8 26 0 45 120 17 19
Octal 111 61 117 10 46 0 105 440 27 31
Binary 1001001 110001 1001111 1000 100110 0 1000101 100100000 10111 11001

Color Harmonies of #49314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49314F

Black with #49314F

Text Example


Text Example

White with #49314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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