Html Css Color HEX #49294B Hot Purple

📋 copy color: '#49294B'

red 73 ◦ green 41 ◦ blue 75

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

Shades of Hot Purple #49294B

Tints of Hot Purple #49294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

 BLUE value IS 75 (29.69% from 255) = 39.68%

R = 38.62%
G = 21.69%
B = 39.68%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49294B (or 0x49294B) is known color: Hot Purple. HEX triplet: 49, 29 and 4B. RGB value is (73,41,75). Sum of RGB (Red+Green+Blue) = 73+41+75=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #49294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49294B is #B6D6B4. Grayscale: #363636. Windows color (decimal): -11982517 or 4925769. OLE color: 4925769.

HSL color Cylindrical-coordinate representation of color #49294B: hue angle of 296.47º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49294B is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 41 75 -
CMYK 0.03 0.45 0 0.71
HSL 296.47º 0.29% 0.23% -
HSV(B) 296.47º 0.45% 0.29% -
XYZ 4.81 3.51 7.08 -
YUV 54.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 73 41 75 0.03 0.45 0 0.71 296.47 0.29 0.23
Hex 49 29 4B 3 2D 0 47 128 1D 17
Octal 111 51 113 3 55 0 107 450 35 27
Binary 1001001 101001 1001011 11 101101 0 1000111 100101000 11101 10111

Color Harmonies of #49294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49294B

Black with #49294B

Text Example


Text Example

White with #49294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49294B; }

 p { color: rgb(73,41,75); }

 H1.HeaderClassName
 {
   color: #49294B;
 }
 .AnyTagClassName
 {
   color: #49294B;
 }
</style>

background-color css

<style>
 a { background-color: #49294B; }

 a { background-color: rgb(73,41,75); }

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

border-color css

<style>
 span { border-color: #49294B; }

 span { border-color: rgb(73,41,75); }

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