Html Css Color HEX #49164D Hot Purple

📋 copy color: '#49164D'

red 73 ◦ green 22 ◦ blue 77

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

Shades of Hot Purple #49164D

Tints of Hot Purple #49164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

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

R = 42.44%
G = 12.79%
B = 44.77%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49164D (or 0x49164D) is known color: Hot Purple. HEX triplet: 49, 16 and 4D. RGB value is (73,22,77). Sum of RGB (Red+Green+Blue) = 73+22+77=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #49164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49164D is #B6E9B2. Grayscale: #2B2B2B. Windows color (decimal): -11987379 or 5051977. OLE color: 5051977.

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

Color convert

RGB 73 22 77 -
CMYK 0.05 0.71 0 0.70
HSL 295.64º 0.56% 0.19% -
HSV(B) 295.64º 0.71% 0.3% -
XYZ 4.37 2.53 7.28 -
YUV 43.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 73 22 77 0.05 0.71 0 0.70 295.64 0.56 0.19
Hex 49 16 4D 5 47 0 46 128 38 13
Octal 111 26 115 5 107 0 106 450 70 23
Binary 1001001 10110 1001101 101 1000111 0 1000110 100101000 111000 10011

Color Harmonies of #49164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49164D

Black with #49164D

Text Example


Text Example

White with #49164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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