Html Css Color HEX #492048 Hot Purple

📋 copy color: '#492048'

red 73 ◦ green 32 ◦ blue 72

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

Shades of Hot Purple #492048

Tints of Hot Purple #492048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

 BLUE value IS 72 (28.52% from 255) = 40.68%

R = 41.24%
G = 18.08%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#492048 (or 0x492048) is known color: Hot Purple. HEX triplet: 49, 20 and 48. RGB value is (73,32,72). Sum of RGB (Red+Green+Blue) = 73+32+72=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #492048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492048 is #B6DFB7. Grayscale: #303030. Windows color (decimal): -11984824 or 4726857. OLE color: 4726857.

HSL color Cylindrical-coordinate representation of color #492048: hue angle of 301.46º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492048 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 32 72 -
CMYK 0 0.56 0.01 0.71
HSL 301.46º 0.39% 0.21% -
HSV(B) 301.46º 0.56% 0.29% -
XYZ 4.43 2.92 6.46 -
YUV 48.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 73 32 72 0 0.56 0.01 0.71 301.46 0.39 0.21
Hex 49 20 48 0 38 1 47 12D 27 15
Octal 111 40 110 0 70 1 107 455 47 25
Binary 1001001 100000 1001000 0 111000 1 1000111 100101101 100111 10101

Color Harmonies of #492048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492048

Black with #492048

Text Example


Text Example

White with #492048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492048; }

 p { color: rgb(73,32,72); }

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

background-color css

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

 a { background-color: rgb(73,32,72); }

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

border-color css

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

 span { border-color: rgb(73,32,72); }

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