#4A324D

Color #4A324D Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #4A324D

Tints of Hot Purple #4A324D

Color information

#4A324D (or 0x4A324D) is unknown color: approx 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

RGB745077-
CMYK0.040.3500.70
HSL293.33º21.26%24.9%-
HSV(B)293.33º35.06%30.2%-
XYZ5.34.277.57-
YUV60.25137.45137.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% 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 (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7450770.040.3500.70293.3321.2624.9
Hex4A324D4230461251519
Octal1126211544301064452531
Binary10010101100101001101100100011010001101001001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>