Html Css Color HEX #49074D Hot Purple

📋 copy color: '#49074D'

red 73 ◦ green 7 ◦ blue 77

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

Shades of Hot Purple #49074D

Tints of Hot Purple #49074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.46%

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

R = 46.5%
G = 4.46%
B = 49.04%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49074D (or 0x49074D) is known color: Hot Purple. HEX triplet: 49, 07 and 4D. RGB value is (73,7,77). Sum of RGB (Red+Green+Blue) = 73+7+77=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #49074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49074D is #B6F8B2. Grayscale: #222222. Windows color (decimal): -11991219 or 5048137. OLE color: 5048137.

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

Color convert

RGB 73 7 77 -
CMYK 0.05 0.91 0 0.70
HSL 296.57º 0.83% 0.16% -
HSV(B) 296.57º 0.91% 0.3% -
XYZ 4.16 2.1 7.21 -
YUV 34.71 151.87 155.31 -
System Red Green Blue C M Y K H S L
Decimal 73 7 77 0.05 0.91 0 0.70 296.57 0.83 0.16
Hex 49 7 4D 5 5B 0 46 129 53 10
Octal 111 7 115 5 133 0 106 451 123 20
Binary 1001001 111 1001101 101 1011011 0 1000110 100101001 1010011 10000

Color Harmonies of #49074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49074D

Black with #49074D

Text Example


Text Example

White with #49074D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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