Html Css Color HEX #49194C Hot Purple

📋 copy color: '#49194C'

red 73 ◦ green 25 ◦ blue 76

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

Shades of Hot Purple #49194C

Tints of Hot Purple #49194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

 BLUE value IS 76 (30.08% from 255) = 43.68%

R = 41.95%
G = 14.37%
B = 43.68%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49194C (or 0x49194C) is known color: Hot Purple. HEX triplet: 49, 19 and 4C. RGB value is (73,25,76). Sum of RGB (Red+Green+Blue) = 73+25+76=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 76 - color contains mainly: blue. Hex color #49194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49194C is #B6E6B3. Grayscale: #2D2D2D. Windows color (decimal): -11986612 or 4987209. OLE color: 4987209.

HSL color Cylindrical-coordinate representation of color #49194C: hue angle of 296.47º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49194C is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 25 76 -
CMYK 0.04 0.67 0 0.70
HSL 296.47º 0.5% 0.2% -
HSV(B) 296.47º 0.67% 0.3% -
XYZ 4.4 2.63 7.11 -
YUV 45.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 73 25 76 0.04 0.67 0 0.70 296.47 0.5 0.2
Hex 49 19 4C 4 43 0 46 128 32 14
Octal 111 31 114 4 103 0 106 450 62 24
Binary 1001001 11001 1001100 100 1000011 0 1000110 100101000 110010 10100

Color Harmonies of #49194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49194C

Black with #49194C

Text Example


Text Example

White with #49194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49194C; }

 p { color: rgb(73,25,76); }

 H1.HeaderClassName
 {
   color: #49194C;
 }
 .AnyTagClassName
 {
   color: #49194C;
 }
</style>

background-color css

<style>
 a { background-color: #49194C; }

 a { background-color: rgb(73,25,76); }

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

border-color css

<style>
 span { border-color: #49194C; }

 span { border-color: rgb(73,25,76); }

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