Html Css Color HEX #49274D Hot Purple

📋 copy color: '#49274D'

red 73 ◦ green 39 ◦ blue 77

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

Shades of Hot Purple #49274D

Tints of Hot Purple #49274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.63%

 BLUE value IS 77 (30.47% from 255) = 40.74%

R = 38.62%
G = 20.63%
B = 40.74%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49274D (or 0x49274D) is known color: Hot Purple. HEX triplet: 49, 27 and 4D. RGB value is (73,39,77). Sum of RGB (Red+Green+Blue) = 73+39+77=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #49274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49274D is #B6D8B2. Grayscale: #353535. Windows color (decimal): -11983027 or 5056329. OLE color: 5056329.

HSL color Cylindrical-coordinate representation of color #49274D: hue angle of 293.68º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49274D is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 39 77 -
CMYK 0.05 0.49 0 0.70
HSL 293.68º 0.33% 0.23% -
HSV(B) 293.68º 0.49% 0.3% -
XYZ 4.81 3.4 7.42 -
YUV 53.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 73 39 77 0.05 0.49 0 0.70 293.68 0.33 0.23
Hex 49 27 4D 5 31 0 46 126 21 17
Octal 111 47 115 5 61 0 106 446 41 27
Binary 1001001 100111 1001101 101 110001 0 1000110 100100110 100001 10111

Color Harmonies of #49274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49274D

Black with #49274D

Text Example


Text Example

White with #49274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49274D; }

 p { color: rgb(73,39,77); }

 H1.HeaderClassName
 {
   color: #49274D;
 }
 .AnyTagClassName
 {
   color: #49274D;
 }
</style>

background-color css

<style>
 a { background-color: #49274D; }

 a { background-color: rgb(73,39,77); }

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

border-color css

<style>
 span { border-color: #49274D; }

 span { border-color: rgb(73,39,77); }

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