Html Css Color HEX #49074F Hot Purple

📋 copy color: '#49074F'

red 73 ◦ green 7 ◦ blue 79

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

Shades of Hot Purple #49074F

Tints of Hot Purple #49074F

RGB

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

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

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

R = 45.91%
G = 4.4%
B = 49.69%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49074F (or 0x49074F) is known color: Hot Purple. HEX triplet: 49, 07 and 4F. RGB value is (73,7,79). Sum of RGB (Red+Green+Blue) = 73+7+79=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #49074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49074F is #B6F8B0. Grayscale: #222222. Windows color (decimal): -11991217 or 5179209. OLE color: 5179209.

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

Color convert

RGB 73 7 79 -
CMYK 0.08 0.91 0 0.69
HSL 295º 0.84% 0.17% -
HSV(B) 295º 0.91% 0.31% -
XYZ 4.23 2.13 7.59 -
YUV 34.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 73 7 79 0.08 0.91 0 0.69 295 0.84 0.17
Hex 49 7 4F 8 5B 0 45 127 54 11
Octal 111 7 117 10 133 0 105 447 124 21
Binary 1001001 111 1001111 1000 1011011 0 1000101 100100111 1010100 10001

Color Harmonies of #49074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49074F

Black with #49074F

Text Example


Text Example

White with #49074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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