Html Css Color HEX #4A2449 Hot Purple

📋 copy color: '#4A2449'

red 74 ◦ green 36 ◦ blue 73

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

Shades of Hot Purple #4A2449

Tints of Hot Purple #4A2449

RGB

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

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

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

R = 40.44%
G = 19.67%
B = 39.89%

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

#4A2449 (or 0x4A2449) is known color: Hot Purple. HEX triplet: 4A, 24 and 49. RGB value is (74,36,73). Sum of RGB (Red+Green+Blue) = 74+36+73=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2449 is #B5DBB6. Grayscale: #333333. Windows color (decimal): -11918263 or 4793418. OLE color: 4793418.

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

Color convert

RGB 74 36 73 -
CMYK 0 0.51 0.01 0.71
HSL 301.58º 0.35% 0.22% -
HSV(B) 301.58º 0.51% 0.29% -
XYZ 4.66 3.2 6.68 -
YUV 51.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 74 36 73 0 0.51 0.01 0.71 301.58 0.35 0.22
Hex 4A 24 49 0 33 1 47 12E 23 16
Octal 112 44 111 0 63 1 107 456 43 26
Binary 1001010 100100 1001001 0 110011 1 1000111 100101110 100011 10110

Color Harmonies of #4A2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2449

Black with #4A2449

Text Example


Text Example

White with #4A2449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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