Html Css Color HEX #49324B Hot Purple

📋 copy color: '#49324B'

red 73 ◦ green 50 ◦ blue 75

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

Shades of Hot Purple #49324B

Tints of Hot Purple #49324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

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

R = 36.87%
G = 25.25%
B = 37.88%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49324B (or 0x49324B) is known color: Hot Purple. HEX triplet: 49, 32 and 4B. RGB value is (73,50,75). Sum of RGB (Red+Green+Blue) = 73+50+75=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #49324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49324B is #B6CDB4. Grayscale: #3B3B3B. Windows color (decimal): -11980213 or 4928073. OLE color: 4928073.

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

Color convert

RGB 73 50 75 -
CMYK 0.03 0.33 0 0.71
HSL 295.2º 0.2% 0.25% -
HSV(B) 295.2º 0.33% 0.29% -
XYZ 5.16 4.21 7.2 -
YUV 59.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 73 50 75 0.03 0.33 0 0.71 295.2 0.2 0.25
Hex 49 32 4B 3 21 0 47 127 14 19
Octal 111 62 113 3 41 0 107 447 24 31
Binary 1001001 110010 1001011 11 100001 0 1000111 100100111 10100 11001

Color Harmonies of #49324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49324B

Black with #49324B

Text Example


Text Example

White with #49324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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