Html Css Color HEX #491B47 Hot Purple

📋 copy color: '#491B47'

red 73 ◦ green 27 ◦ blue 71

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

Shades of Hot Purple #491B47

Tints of Hot Purple #491B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 41.52%

R = 42.69%
G = 15.79%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#491B47 (or 0x491B47) is known color: Hot Purple. HEX triplet: 49, 1B and 47. RGB value is (73,27,71). Sum of RGB (Red+Green+Blue) = 73+27+71=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #491B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B47 is #B6E4B8. Grayscale: #2D2D2D. Windows color (decimal): -11986105 or 4660041. OLE color: 4660041.

HSL color Cylindrical-coordinate representation of color #491B47: hue angle of 302.61º 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 #491B47 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 27 71 -
CMYK 0 0.63 0.03 0.71
HSL 302.61º 0.46% 0.2% -
HSV(B) 302.61º 0.63% 0.29% -
XYZ 4.28 2.66 6.25 -
YUV 45.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 73 27 71 0 0.63 0.03 0.71 302.61 0.46 0.2
Hex 49 1B 47 0 3F 3 47 12F 2E 14
Octal 111 33 107 0 77 3 107 457 56 24
Binary 1001001 11011 1000111 0 111111 11 1000111 100101111 101110 10100

Color Harmonies of #491B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B47

Black with #491B47

Text Example


Text Example

White with #491B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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