Html Css Color HEX #492448 Hot Purple

📋 copy color: '#492448'

red 73 ◦ green 36 ◦ blue 72

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

Shades of Hot Purple #492448

Tints of Hot Purple #492448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.89%

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

R = 40.33%
G = 19.89%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#492448 (or 0x492448) is known color: Hot Purple. HEX triplet: 49, 24 and 48. RGB value is (73,36,72). Sum of RGB (Red+Green+Blue) = 73+36+72=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #492448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492448 is #B6DBB7. Grayscale: #333333. Windows color (decimal): -11983800 or 4727881. OLE color: 4727881.

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

Color convert

RGB 73 36 72 -
CMYK 0 0.51 0.01 0.71
HSL 301.62º 0.34% 0.21% -
HSV(B) 301.62º 0.51% 0.29% -
XYZ 4.55 3.15 6.5 -
YUV 51.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 73 36 72 0 0.51 0.01 0.71 301.62 0.34 0.21
Hex 49 24 48 0 33 1 47 12E 22 15
Octal 111 44 110 0 63 1 107 456 42 25
Binary 1001001 100100 1001000 0 110011 1 1000111 100101110 100010 10101

Color Harmonies of #492448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492448

Black with #492448

Text Example


Text Example

White with #492448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492448; }

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

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

background-color css

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

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

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

border-color css

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

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

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