Html Css Color HEX #492348 Hot Purple

📋 copy color: '#492348'

red 73 ◦ green 35 ◦ blue 72

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

Shades of Hot Purple #492348

Tints of Hot Purple #492348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.44%

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

R = 40.56%
G = 19.44%
B = 40%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#492348 (or 0x492348) is known color: Hot Purple. HEX triplet: 49, 23 and 48. RGB value is (73,35,72). Sum of RGB (Red+Green+Blue) = 73+35+72=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 73 - color contains mainly: red. Hex color #492348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492348 is #B6DCB7. Grayscale: #323232. Windows color (decimal): -11984056 or 4727625. OLE color: 4727625.

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

Color convert

RGB 73 35 72 -
CMYK 0 0.52 0.01 0.71
HSL 301.58º 0.35% 0.21% -
HSV(B) 301.58º 0.52% 0.29% -
XYZ 4.52 3.09 6.49 -
YUV 50.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 73 35 72 0 0.52 0.01 0.71 301.58 0.35 0.21
Hex 49 23 48 0 34 1 47 12E 23 15
Octal 111 43 110 0 64 1 107 456 43 25
Binary 1001001 100011 1001000 0 110100 1 1000111 100101110 100011 10101

Color Harmonies of #492348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492348

Black with #492348

Text Example


Text Example

White with #492348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492348; }

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

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

background-color css

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

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

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

border-color css

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

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

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