Html Css Color HEX #492148 Hot Purple

📋 copy color: '#492148'

red 73 ◦ green 33 ◦ blue 72

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

Shades of Hot Purple #492148

Tints of Hot Purple #492148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.54%

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

R = 41.01%
G = 18.54%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#492148 (or 0x492148) is known color: Hot Purple. HEX triplet: 49, 21 and 48. RGB value is (73,33,72). Sum of RGB (Red+Green+Blue) = 73+33+72=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #492148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492148 is #B6DEB7. Grayscale: #313131. Windows color (decimal): -11984568 or 4727113. OLE color: 4727113.

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

Color convert

RGB 73 33 72 -
CMYK 0 0.55 0.01 0.71
HSL 301.5º 0.38% 0.21% -
HSV(B) 301.5º 0.55% 0.29% -
XYZ 4.46 2.97 6.47 -
YUV 49.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 73 33 72 0 0.55 0.01 0.71 301.5 0.38 0.21
Hex 49 21 48 0 37 1 47 12E 26 15
Octal 111 41 110 0 67 1 107 456 46 25
Binary 1001001 100001 1001000 0 110111 1 1000111 100101110 100110 10101

Color Harmonies of #492148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492148

Black with #492148

Text Example


Text Example

White with #492148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492148; }

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

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

background-color css

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

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

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

border-color css

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

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

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