Html Css Color HEX #4A2249 Hot Purple

📋 copy color: '#4A2249'

red 74 ◦ green 34 ◦ blue 73

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

Shades of Hot Purple #4A2249

Tints of Hot Purple #4A2249

RGB

 RED value IS 74 (29.3% from 255) = 40.88%

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

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

R = 40.88%
G = 18.78%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#4A2249 (or 0x4A2249) is known color: Hot Purple. HEX triplet: 4A, 22 and 49. RGB value is (74,34,73). Sum of RGB (Red+Green+Blue) = 74+34+73=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2249 is #B5DDB6. Grayscale: #323232. Windows color (decimal): -11918775 or 4792906. OLE color: 4792906.

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

Color convert

RGB 74 34 73 -
CMYK 0 0.54 0.01 0.71
HSL 301.5º 0.37% 0.21% -
HSV(B) 301.5º 0.54% 0.29% -
XYZ 4.6 3.08 6.66 -
YUV 50.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 74 34 73 0 0.54 0.01 0.71 301.5 0.37 0.21
Hex 4A 22 49 0 36 1 47 12E 25 15
Octal 112 42 111 0 66 1 107 456 45 25
Binary 1001010 100010 1001001 0 110110 1 1000111 100101110 100101 10101

Color Harmonies of #4A2249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2249

Black with #4A2249

Text Example


Text Example

White with #4A2249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A2249; }

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

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

background-color css

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

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

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

border-color css

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

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

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