Html Css Color HEX #49204C Hot Purple

📋 copy color: '#49204C'

red 73 ◦ green 32 ◦ blue 76

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

Shades of Hot Purple #49204C

Tints of Hot Purple #49204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

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

R = 40.33%
G = 17.68%
B = 41.99%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49204C (or 0x49204C) is known color: Hot Purple. HEX triplet: 49, 20 and 4C. RGB value is (73,32,76). Sum of RGB (Red+Green+Blue) = 73+32+76=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #49204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49204C is #B6DFB3. Grayscale: #313131. Windows color (decimal): -11984820 or 4989001. OLE color: 4989001.

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

Color convert

RGB 73 32 76 -
CMYK 0.04 0.58 0 0.70
HSL 295.91º 0.41% 0.21% -
HSV(B) 295.91º 0.58% 0.3% -
XYZ 4.57 2.97 7.17 -
YUV 49.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 73 32 76 0.04 0.58 0 0.70 295.91 0.41 0.21
Hex 49 20 4C 4 3A 0 46 128 29 15
Octal 111 40 114 4 72 0 106 450 51 25
Binary 1001001 100000 1001100 100 111010 0 1000110 100101000 101001 10101

Color Harmonies of #49204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49204C

Black with #49204C

Text Example


Text Example

White with #49204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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