Html Css Color HEX #4A324D Hot Purple

📋 copy color: '#4A324D'

red 74 ◦ green 50 ◦ blue 77

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

Shades of Hot Purple #4A324D

Tints of Hot Purple #4A324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.88%

 BLUE value IS 77 (30.47% from 255) = 38.31%

R = 36.82%
G = 24.88%
B = 38.31%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4A324D (or 0x4A324D) is known color: Hot Purple. HEX triplet: 4A, 32 and 4D. RGB value is (74,50,77). Sum of RGB (Red+Green+Blue) = 74+50+77=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A324D is #B5CDB2. Grayscale: #3C3C3C. Windows color (decimal): -11914675 or 5059146. OLE color: 5059146.

HSL color Cylindrical-coordinate representation of color #4A324D: hue angle of 293.33º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A324D is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 74 50 77 -
CMYK 0.04 0.35 0 0.70
HSL 293.33º 0.21% 0.25% -
HSV(B) 293.33º 0.35% 0.3% -
XYZ 5.3 4.27 7.57 -
YUV 60.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 74 50 77 0.04 0.35 0 0.70 293.33 0.21 0.25
Hex 4A 32 4D 4 23 0 46 125 15 19
Octal 112 62 115 4 43 0 106 445 25 31
Binary 1001010 110010 1001101 100 100011 0 1000110 100100101 10101 11001

Color Harmonies of #4A324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A324D

Black with #4A324D

Text Example


Text Example

White with #4A324D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,50,77); }

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

background-color css

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

 a { background-color: rgb(74,50,77); }

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

border-color css

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

 span { border-color: rgb(74,50,77); }

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