#4A294F

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

Shades of Hot Purple #4A294F

Tints of Hot Purple #4A294F

Color information

#4A294F (or 0x4A294F) is unknown color: approx Hot Purple. HEX triplet: 4A, 29 and 4F. RGB value is (74,41,79). Sum of RGB (Red+Green+Blue) = 74+41+79=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A294F is #B5D6B0. Grayscale: #373737. Windows color (decimal): -11916977 or 5187914. OLE color: 5187914.

HSL color Cylindrical-coordinate representation of color #4A294F: hue angle of 292.11º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A294F is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB744179-
CMYK0.060.4800.69
HSL292.11º31.67%23.53%-
HSV(B)292.11º48.1%30.98%-
XYZ5.033.617.83-
YUV55.2141.43141.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.14%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 79 (31.25% from 255) = 40.72%
R=38.14%
G=21.13%
B=40.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7441790.060.4800.69292.1131.6723.53
Hex4A294F6300451242018
Octal1125111766001054444030
Binary100101010100110011111101100000100010110010010010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,41,79); }

 H1.HeaderClassName
 {
   color: #4A294F;
 }
 .AnyTagClassName
 {
   color: #4A294F;
 }
</style>
background-color css

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

 a { background-color: rgb(74,41,79); }

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

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

 span { border-color: rgb(74,41,79); }

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