Html Css Color HEX #491E51 Hot Purple

📋 copy color: '#491E51'

red 73 ◦ green 30 ◦ blue 81

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

Shades of Hot Purple #491E51

Tints of Hot Purple #491E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 44.02%

R = 39.67%
G = 16.3%
B = 44.02%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#491E51 (or 0x491E51) is known color: Hot Purple. HEX triplet: 49, 1E and 51. RGB value is (73,30,81). Sum of RGB (Red+Green+Blue) = 73+30+81=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 81 - color contains mainly: blue. Hex color #491E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E51 is #B6E1AE. Grayscale: #303030. Windows color (decimal): -11985327 or 5316169. OLE color: 5316169.

HSL color Cylindrical-coordinate representation of color #491E51: hue angle of 290.59º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #491E51 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 30 81 -
CMYK 0.10 0.63 0 0.68
HSL 290.59º 0.46% 0.22% -
HSV(B) 290.59º 0.63% 0.32% -
XYZ 4.7 2.94 8.1 -
YUV 48.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 73 30 81 0.10 0.63 0 0.68 290.59 0.46 0.22
Hex 49 1E 51 A 3F 0 44 123 2E 16
Octal 111 36 121 12 77 0 104 443 56 26
Binary 1001001 11110 1010001 1010 111111 0 1000100 100100011 101110 10110

Color Harmonies of #491E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E51

Black with #491E51

Text Example


Text Example

White with #491E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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