Html Css Color HEX #491E4D Hot Purple

📋 copy color: '#491E4D'

red 73 ◦ green 30 ◦ blue 77

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

Shades of Hot Purple #491E4D

Tints of Hot Purple #491E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.67%

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

R = 40.56%
G = 16.67%
B = 42.78%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#491E4D (or 0x491E4D) is known color: Hot Purple. HEX triplet: 49, 1E and 4D. RGB value is (73,30,77). Sum of RGB (Red+Green+Blue) = 73+30+77=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #491E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E4D is #B6E1B2. Grayscale: #303030. Windows color (decimal): -11985331 or 5054025. OLE color: 5054025.

HSL color Cylindrical-coordinate representation of color #491E4D: hue angle of 294.89º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #491E4D is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 30 77 -
CMYK 0.05 0.61 0 0.70
HSL 294.89º 0.44% 0.21% -
HSV(B) 294.89º 0.61% 0.3% -
XYZ 4.55 2.88 7.34 -
YUV 48.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 73 30 77 0.05 0.61 0 0.70 294.89 0.44 0.21
Hex 49 1E 4D 5 3D 0 46 127 2C 15
Octal 111 36 115 5 75 0 106 447 54 25
Binary 1001001 11110 1001101 101 111101 0 1000110 100100111 101100 10101

Color Harmonies of #491E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E4D

Black with #491E4D

Text Example


Text Example

White with #491E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491E4D; }

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

 H1.HeaderClassName
 {
   color: #491E4D;
 }
 .AnyTagClassName
 {
   color: #491E4D;
 }
</style>

background-color css

<style>
 a { background-color: #491E4D; }

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

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

border-color css

<style>
 span { border-color: #491E4D; }

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

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