Html Css Color HEX #491B48 Hot Purple

📋 copy color: '#491B48'

red 73 ◦ green 27 ◦ blue 72

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

Shades of Hot Purple #491B48

Tints of Hot Purple #491B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.7%

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

R = 42.44%
G = 15.7%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#491B48 (or 0x491B48) is known color: Hot Purple. HEX triplet: 49, 1B and 48. RGB value is (73,27,72). Sum of RGB (Red+Green+Blue) = 73+27+72=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #491B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B48 is #B6E4B7. Grayscale: #2D2D2D. Windows color (decimal): -11986104 or 4725577. OLE color: 4725577.

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

Color convert

RGB 73 27 72 -
CMYK 0 0.63 0.01 0.71
HSL 301.3º 0.46% 0.2% -
HSV(B) 301.3º 0.63% 0.29% -
XYZ 4.31 2.67 6.42 -
YUV 45.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 73 27 72 0 0.63 0.01 0.71 301.3 0.46 0.2
Hex 49 1B 48 0 3F 1 47 12D 2E 14
Octal 111 33 110 0 77 1 107 455 56 24
Binary 1001001 11011 1001000 0 111111 1 1000111 100101101 101110 10100

Color Harmonies of #491B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B48

Black with #491B48

Text Example


Text Example

White with #491B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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