Html Css Color HEX #49204F Hot Purple

📋 copy color: '#49204F'

red 73 ◦ green 32 ◦ blue 79

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

Shades of Hot Purple #49204F

Tints of Hot Purple #49204F

RGB

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

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

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

R = 39.67%
G = 17.39%
B = 42.93%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49204F (or 0x49204F) is known color: Hot Purple. HEX triplet: 49, 20 and 4F. RGB value is (73,32,79). Sum of RGB (Red+Green+Blue) = 73+32+79=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 79 - color contains mainly: blue. Hex color #49204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49204F is #B6DFB0. Grayscale: #313131. Windows color (decimal): -11984817 or 5185609. OLE color: 5185609.

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

Color convert

RGB 73 32 79 -
CMYK 0.08 0.59 0 0.69
HSL 292.34º 0.42% 0.22% -
HSV(B) 292.34º 0.59% 0.31% -
XYZ 4.68 3.01 7.73 -
YUV 49.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 73 32 79 0.08 0.59 0 0.69 292.34 0.42 0.22
Hex 49 20 4F 8 3B 0 45 124 2A 16
Octal 111 40 117 10 73 0 105 444 52 26
Binary 1001001 100000 1001111 1000 111011 0 1000101 100100100 101010 10110

Color Harmonies of #49204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49204F

Black with #49204F

Text Example


Text Example

White with #49204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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