Html Css Color HEX #49284C Hot Purple

📋 copy color: '#49284C'

red 73 ◦ green 40 ◦ blue 76

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

Shades of Hot Purple #49284C

Tints of Hot Purple #49284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.16%

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

R = 38.62%
G = 21.16%
B = 40.21%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49284C (or 0x49284C) is known color: Hot Purple. HEX triplet: 49, 28 and 4C. RGB value is (73,40,76). Sum of RGB (Red+Green+Blue) = 73+40+76=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 76 - color contains mainly: blue. Hex color #49284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49284C is #B6D7B3. Grayscale: #353535. Windows color (decimal): -11982772 or 4991049. OLE color: 4991049.

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

Color convert

RGB 73 40 76 -
CMYK 0.04 0.47 0 0.70
HSL 295º 0.31% 0.23% -
HSV(B) 295º 0.47% 0.3% -
XYZ 4.81 3.46 7.25 -
YUV 53.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 73 40 76 0.04 0.47 0 0.70 295 0.31 0.23
Hex 49 28 4C 4 2F 0 46 127 1F 17
Octal 111 50 114 4 57 0 106 447 37 27
Binary 1001001 101000 1001100 100 101111 0 1000110 100100111 11111 10111

Color Harmonies of #49284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49284C

Black with #49284C

Text Example


Text Example

White with #49284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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