Html Css Color HEX #49154D Hot Purple

📋 copy color: '#49154D'

red 73 ◦ green 21 ◦ blue 77

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

Shades of Hot Purple #49154D

Tints of Hot Purple #49154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.28%

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

R = 42.69%
G = 12.28%
B = 45.03%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49154D (or 0x49154D) is known color: Hot Purple. HEX triplet: 49, 15 and 4D. RGB value is (73,21,77). Sum of RGB (Red+Green+Blue) = 73+21+77=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #49154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49154D is #B6EAB2. Grayscale: #2A2A2A. Windows color (decimal): -11987635 or 5051721. OLE color: 5051721.

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

Color convert

RGB 73 21 77 -
CMYK 0.05 0.73 0 0.70
HSL 295.71º 0.57% 0.19% -
HSV(B) 295.71º 0.73% 0.3% -
XYZ 4.36 2.49 7.27 -
YUV 42.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 73 21 77 0.05 0.73 0 0.70 295.71 0.57 0.19
Hex 49 15 4D 5 49 0 46 128 39 13
Octal 111 25 115 5 111 0 106 450 71 23
Binary 1001001 10101 1001101 101 1001001 0 1000110 100101000 111001 10011

Color Harmonies of #49154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49154D

Black with #49154D

Text Example


Text Example

White with #49154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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