Html Css Color HEX #492950 Hot Purple

📋 copy color: '#492950'

red 73 ◦ green 41 ◦ blue 80

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

Shades of Hot Purple #492950

Tints of Hot Purple #492950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

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

R = 37.63%
G = 21.13%
B = 41.24%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#492950 (or 0x492950) is known color: Hot Purple. HEX triplet: 49, 29 and 50. RGB value is (73,41,80). Sum of RGB (Red+Green+Blue) = 73+41+80=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #492950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492950 is #B6D6AF. Grayscale: #363636. Windows color (decimal): -11982512 or 5253449. OLE color: 5253449.

HSL color Cylindrical-coordinate representation of color #492950: hue angle of 289.23º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #492950 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 41 80 -
CMYK 0.09 0.49 0 0.69
HSL 289.23º 0.32% 0.24% -
HSV(B) 289.23º 0.49% 0.31% -
XYZ 4.99 3.58 8.02 -
YUV 55.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 73 41 80 0.09 0.49 0 0.69 289.23 0.32 0.24
Hex 49 29 50 9 31 0 45 121 20 18
Octal 111 51 120 11 61 0 105 441 40 30
Binary 1001001 101001 1010000 1001 110001 0 1000101 100100001 100000 11000

Color Harmonies of #492950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492950

Black with #492950

Text Example


Text Example

White with #492950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492950; }

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

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

background-color css

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

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

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

border-color css

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

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

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