Html Css Color HEX #49184A Hot Purple

📋 copy color: '#49184A'

red 73 ◦ green 24 ◦ blue 74

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

Shades of Hot Purple #49184A

Tints of Hot Purple #49184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 43.27%

R = 42.69%
G = 14.04%
B = 43.27%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49184A (or 0x49184A) is known color: Hot Purple. HEX triplet: 49, 18 and 4A. RGB value is (73,24,74). Sum of RGB (Red+Green+Blue) = 73+24+74=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 74 - color contains mainly: blue. Hex color #49184A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49184A is #B6E7B5. Grayscale: #2C2C2C. Windows color (decimal): -11986870 or 4855881. OLE color: 4855881.

HSL color Cylindrical-coordinate representation of color #49184A: hue angle of 298.8º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49184A is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 24 74 -
CMYK 0.01 0.68 0 0.71
HSL 298.8º 0.51% 0.19% -
HSV(B) 298.8º 0.68% 0.29% -
XYZ 4.31 2.56 6.75 -
YUV 44.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 73 24 74 0.01 0.68 0 0.71 298.8 0.51 0.19
Hex 49 18 4A 1 44 0 47 12B 33 13
Octal 111 30 112 1 104 0 107 453 63 23
Binary 1001001 11000 1001010 1 1000100 0 1000111 100101011 110011 10011

Color Harmonies of #49184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49184A

Black with #49184A

Text Example


Text Example

White with #49184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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