Html Css Color HEX #491A48 Hot Purple

📋 copy color: '#491A48'

red 73 ◦ green 26 ◦ blue 72

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

Shades of Hot Purple #491A48

Tints of Hot Purple #491A48

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.2%

 BLUE value IS 72 (28.52% from 255) = 42.11%

R = 42.69%
G = 15.2%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#491A48 (or 0x491A48) is known color: Hot Purple. HEX triplet: 49, 1A and 48. RGB value is (73,26,72). Sum of RGB (Red+Green+Blue) = 73+26+72=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #491A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A48 is #B6E5B7. Grayscale: #2D2D2D. Windows color (decimal): -11986360 or 4725321. OLE color: 4725321.

HSL color Cylindrical-coordinate representation of color #491A48: hue angle of 301.28º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #491A48 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 26 72 -
CMYK 0 0.64 0.01 0.71
HSL 301.28º 0.47% 0.19% -
HSV(B) 301.28º 0.64% 0.29% -
XYZ 4.29 2.62 6.41 -
YUV 45.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 73 26 72 0 0.64 0.01 0.71 301.28 0.47 0.19
Hex 49 1A 48 0 40 1 47 12D 2F 13
Octal 111 32 110 0 100 1 107 455 57 23
Binary 1001001 11010 1001000 0 1000000 1 1000111 100101101 101111 10011

Color Harmonies of #491A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A48

Black with #491A48

Text Example


Text Example

White with #491A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,26,72); }

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

background-color css

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

 a { background-color: rgb(73,26,72); }

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

border-color css

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

 span { border-color: rgb(73,26,72); }

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