#4A074C

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

Shades of Hot Purple #4A074C

Tints of Hot Purple #4A074C

Color information

#4A074C (or 0x4A074C) is unknown color: approx Hot Purple. HEX triplet: 4A, 07 and 4C. RGB value is (74,7,76). Sum of RGB (Red+Green+Blue) = 74+7+76=157 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.13% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A074C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A074C is #B5F8B3. Grayscale: #222222. Windows color (decimal): -11925684 or 4982602. OLE color: 4982602.

HSL color Cylindrical-coordinate representation of color #4A074C: hue angle of 298.26º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A074C is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB74776-
CMYK0.030.9100.70
HSL298.26º83.13%16.27%-
HSV(B)298.26º90.79%29.8%-
XYZ4.22.137.03-
YUV34.9151.2155.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 47.13%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 76 (30.08% from 255) = 48.41%
R=47.13%
G=4.46%
B=48.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal747760.030.9100.70298.2683.1316.27
Hex4A74C35B04612a5310
Octal11271143133010645212320
Binary1001010111100110011101101101000110100101010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,7,76); }

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

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

 a { background-color: rgb(74,7,76); }

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

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

 span { border-color: rgb(74,7,76); }

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