Html Css Color HEX #49184C Hot Purple

📋 copy color: '#49184C'

red 73 ◦ green 24 ◦ blue 76

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

Shades of Hot Purple #49184C

Tints of Hot Purple #49184C

RGB

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

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

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

R = 42.2%
G = 13.87%
B = 43.93%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49184C (or 0x49184C) is known color: Hot Purple. HEX triplet: 49, 18 and 4C. RGB value is (73,24,76). Sum of RGB (Red+Green+Blue) = 73+24+76=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #49184C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49184C is #B6E7B3. Grayscale: #2C2C2C. Windows color (decimal): -11986868 or 4986953. OLE color: 4986953.

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

Color convert

RGB 73 24 76 -
CMYK 0.04 0.68 0 0.70
HSL 296.54º 0.52% 0.2% -
HSV(B) 296.54º 0.68% 0.3% -
XYZ 4.38 2.59 7.11 -
YUV 44.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 73 24 76 0.04 0.68 0 0.70 296.54 0.52 0.2
Hex 49 18 4C 4 44 0 46 129 34 14
Octal 111 30 114 4 104 0 106 451 64 24
Binary 1001001 11000 1001100 100 1000100 0 1000110 100101001 110100 10100

Color Harmonies of #49184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49184C

Black with #49184C

Text Example


Text Example

White with #49184C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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