Html Css Color HEX #492250 Hot Purple

📋 copy color: '#492250'

red 73 ◦ green 34 ◦ blue 80

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

Shades of Hot Purple #492250

Tints of Hot Purple #492250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.18%

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

R = 39.04%
G = 18.18%
B = 42.78%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#492250 (or 0x492250) is known color: Hot Purple. HEX triplet: 49, 22 and 50. RGB value is (73,34,80). Sum of RGB (Red+Green+Blue) = 73+34+80=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #492250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492250 is #B6DDAF. Grayscale: #323232. Windows color (decimal): -11984304 or 5251657. OLE color: 5251657.

HSL color Cylindrical-coordinate representation of color #492250: hue angle of 290.87º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #492250 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 34 80 -
CMYK 0.09 0.58 0 0.69
HSL 290.87º 0.4% 0.22% -
HSV(B) 290.87º 0.58% 0.31% -
XYZ 4.77 3.14 7.94 -
YUV 50.91 144.42 143.76 -
System Red Green Blue C M Y K H S L
Decimal 73 34 80 0.09 0.58 0 0.69 290.87 0.4 0.22
Hex 49 22 50 9 3A 0 45 123 28 16
Octal 111 42 120 11 72 0 105 443 50 26
Binary 1001001 100010 1010000 1001 111010 0 1000101 100100011 101000 10110

Color Harmonies of #492250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492250

Black with #492250

Text Example


Text Example

White with #492250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492250; }

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

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

background-color css

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

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

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

border-color css

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

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

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