#4A1B49

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

Shades of Hot Purple #4A1B49

Tints of Hot Purple #4A1B49

Color information

#4A1B49 (or 0x4A1B49) is unknown color: approx Hot Purple. HEX triplet: 4A, 1B and 49. RGB value is (74,27,73). Sum of RGB (Red+Green+Blue) = 74+27+73=174 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.53% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1B49 is #B5E4B6. Grayscale: #2E2E2E. Windows color (decimal): -11920567 or 4791114. OLE color: 4791114.

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

Color convert

RGB742773-
CMYK00.640.010.71
HSL301.28º46.53%19.8%-
HSV(B)301.28º63.51%29.02%-
XYZ4.422.726.6-
YUV46.3143.07147.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.53%
GREEN value IS 27 (10.94% from 255) = 15.52%
BLUE value IS 73 (28.91% from 255) = 41.95%
R=42.53%
G=15.52%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74277300.640.010.71301.2846.5319.8
Hex4A1B4904014712d2f14
Octal11233111010011074555724
Binary1001010110111001001010000001100011110010110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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