Html Css Color HEX #49344E Hot Purple

📋 copy color: '#49344E'

red 73 ◦ green 52 ◦ blue 78

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

Shades of Hot Purple #49344E

Tints of Hot Purple #49344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

 BLUE value IS 78 (30.86% from 255) = 38.42%

R = 35.96%
G = 25.62%
B = 38.42%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49344E (or 0x49344E) is known color: Hot Purple. HEX triplet: 49, 34 and 4E. RGB value is (73,52,78). Sum of RGB (Red+Green+Blue) = 73+52+78=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 78 - color contains mainly: blue. Hex color #49344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49344E is #B6CBB1. Grayscale: #3D3D3D. Windows color (decimal): -11979698 or 5125193. OLE color: 5125193.

HSL color Cylindrical-coordinate representation of color #49344E: hue angle of 288.46º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49344E is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 52 78 -
CMYK 0.06 0.33 0 0.69
HSL 288.46º 0.2% 0.25% -
HSV(B) 288.46º 0.33% 0.31% -
XYZ 5.35 4.42 7.78 -
YUV 61.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 73 52 78 0.06 0.33 0 0.69 288.46 0.2 0.25
Hex 49 34 4E 6 21 0 45 120 14 19
Octal 111 64 116 6 41 0 105 440 24 31
Binary 1001001 110100 1001110 110 100001 0 1000101 100100000 10100 11001

Color Harmonies of #49344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49344E

Black with #49344E

Text Example


Text Example

White with #49344E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49344E; }

 p { color: rgb(73,52,78); }

 H1.HeaderClassName
 {
   color: #49344E;
 }
 .AnyTagClassName
 {
   color: #49344E;
 }
</style>

background-color css

<style>
 a { background-color: #49344E; }

 a { background-color: rgb(73,52,78); }

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

border-color css

<style>
 span { border-color: #49344E; }

 span { border-color: rgb(73,52,78); }

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