Html Css Color HEX #491A50 Hot Purple

📋 copy color: '#491A50'

red 73 ◦ green 26 ◦ blue 80

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

Shades of Hot Purple #491A50

Tints of Hot Purple #491A50

RGB

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

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

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

R = 40.78%
G = 14.53%
B = 44.69%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#491A50 (or 0x491A50) is known color: Hot Purple. HEX triplet: 49, 1A and 50. RGB value is (73,26,80). Sum of RGB (Red+Green+Blue) = 73+26+80=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #491A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491A50 is #B6E5AF. Grayscale: #2E2E2E. Windows color (decimal): -11986352 or 5249609. OLE color: 5249609.

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

Color convert

RGB 73 26 80 -
CMYK 0.09 0.67 0 0.69
HSL 292.22º 0.51% 0.21% -
HSV(B) 292.22º 0.68% 0.31% -
XYZ 4.57 2.73 7.88 -
YUV 46.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 73 26 80 0.09 0.67 0 0.69 292.22 0.51 0.21
Hex 49 1A 50 9 43 0 45 124 33 15
Octal 111 32 120 11 103 0 105 444 63 25
Binary 1001001 11010 1010000 1001 1000011 0 1000101 100100100 110011 10101

Color Harmonies of #491A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A50

Black with #491A50

Text Example


Text Example

White with #491A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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