Html Css Color HEX #491C50 Hot Purple

📋 copy color: '#491C50'

red 73 ◦ green 28 ◦ blue 80

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

Shades of Hot Purple #491C50

Tints of Hot Purple #491C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.47%

 BLUE value IS 80 (31.64% from 255) = 44.2%

R = 40.33%
G = 15.47%
B = 44.2%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#491C50 (or 0x491C50) is known color: Hot Purple. HEX triplet: 49, 1C and 50. RGB value is (73,28,80). Sum of RGB (Red+Green+Blue) = 73+28+80=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #491C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C50 is #B6E3AF. Grayscale: #2F2F2F. Windows color (decimal): -11985840 or 5250121. OLE color: 5250121.

HSL color Cylindrical-coordinate representation of color #491C50: hue angle of 291.92º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #491C50 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 28 80 -
CMYK 0.09 0.65 0 0.69
HSL 291.92º 0.48% 0.21% -
HSV(B) 291.92º 0.65% 0.31% -
XYZ 4.61 2.83 7.89 -
YUV 47.38 146.41 146.27 -
System Red Green Blue C M Y K H S L
Decimal 73 28 80 0.09 0.65 0 0.69 291.92 0.48 0.21
Hex 49 1C 50 9 41 0 45 124 30 15
Octal 111 34 120 11 101 0 105 444 60 25
Binary 1001001 11100 1010000 1001 1000001 0 1000101 100100100 110000 10101

Color Harmonies of #491C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C50

Black with #491C50

Text Example


Text Example

White with #491C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,28,80); }

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

background-color css

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

 a { background-color: rgb(73,28,80); }

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

border-color css

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

 span { border-color: rgb(73,28,80); }

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