Html Css Color HEX #49074E Hot Purple

📋 copy color: '#49074E'

red 73 ◦ green 7 ◦ blue 78

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

Shades of Hot Purple #49074E

Tints of Hot Purple #49074E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 49.37%

R = 46.2%
G = 4.43%
B = 49.37%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49074E (or 0x49074E) is known color: Hot Purple. HEX triplet: 49, 07 and 4E. RGB value is (73,7,78). Sum of RGB (Red+Green+Blue) = 73+7+78=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #49074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49074E is #B6F8B1. Grayscale: #222222. Windows color (decimal): -11991218 or 5113673. OLE color: 5113673.

HSL color Cylindrical-coordinate representation of color #49074E: hue angle of 295.77º 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 #49074E is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 7 78 -
CMYK 0.06 0.91 0 0.69
HSL 295.77º 0.84% 0.17% -
HSV(B) 295.77º 0.91% 0.31% -
XYZ 4.2 2.12 7.4 -
YUV 34.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 73 7 78 0.06 0.91 0 0.69 295.77 0.84 0.17
Hex 49 7 4E 6 5B 0 45 128 54 11
Octal 111 7 116 6 133 0 105 450 124 21
Binary 1001001 111 1001110 110 1011011 0 1000101 100101000 1010100 10001

Color Harmonies of #49074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49074E

Black with #49074E

Text Example


Text Example

White with #49074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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