Html Css Color HEX #4A1C49 Hot Purple

📋 copy color: '#4A1C49'

red 74 ◦ green 28 ◦ blue 73

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

Shades of Hot Purple #4A1C49

Tints of Hot Purple #4A1C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16%

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

R = 42.29%
G = 16%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#4A1C49 (or 0x4A1C49) is known color: Hot Purple. HEX triplet: 4A, 1C and 49. RGB value is (74,28,73). Sum of RGB (Red+Green+Blue) = 74+28+73=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1C49 is #B5E3B6. Grayscale: #2E2E2E. Windows color (decimal): -11920311 or 4791370. OLE color: 4791370.

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

Color convert

RGB 74 28 73 -
CMYK 0 0.62 0.01 0.71
HSL 301.3º 0.45% 0.2% -
HSV(B) 301.3º 0.62% 0.29% -
XYZ 4.44 2.77 6.6 -
YUV 46.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 74 28 73 0 0.62 0.01 0.71 301.3 0.45 0.2
Hex 4A 1C 49 0 3E 1 47 12D 2D 14
Octal 112 34 111 0 76 1 107 455 55 24
Binary 1001010 11100 1001001 0 111110 1 1000111 100101101 101101 10100

Color Harmonies of #4A1C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1C49

Black with #4A1C49

Text Example


Text Example

White with #4A1C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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