Html Css Color HEX #49184F Hot Purple

📋 copy color: '#49184F'

red 73 ◦ green 24 ◦ blue 79

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

Shades of Hot Purple #49184F

Tints of Hot Purple #49184F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.64%

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

R = 41.48%
G = 13.64%
B = 44.89%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49184F (or 0x49184F) is known color: Hot Purple. HEX triplet: 49, 18 and 4F. RGB value is (73,24,79). Sum of RGB (Red+Green+Blue) = 73+24+79=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #49184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49184F is #B6E7B0. Grayscale: #2C2C2C. Windows color (decimal): -11986865 or 5183561. OLE color: 5183561.

HSL color Cylindrical-coordinate representation of color #49184F: hue angle of 293.45º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49184F is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 24 79 -
CMYK 0.08 0.70 0 0.69
HSL 293.45º 0.53% 0.2% -
HSV(B) 293.45º 0.7% 0.31% -
XYZ 4.49 2.63 7.67 -
YUV 44.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 73 24 79 0.08 0.70 0 0.69 293.45 0.53 0.2
Hex 49 18 4F 8 46 0 45 125 35 14
Octal 111 30 117 10 106 0 105 445 65 24
Binary 1001001 11000 1001111 1000 1000110 0 1000101 100100101 110101 10100

Color Harmonies of #49184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49184F

Black with #49184F

Text Example


Text Example

White with #49184F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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