#4A1554

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

Shades of Hot Purple #4A1554

Tints of Hot Purple #4A1554

Color information

#4A1554 (or 0x4A1554) is unknown color: approx Hot Purple. HEX triplet: 4A, 15 and 54. RGB value is (74,21,84). Sum of RGB (Red+Green+Blue) = 74+21+84=179 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.34% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A1554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1554 is #B5EAAB. Grayscale: #2B2B2B. Windows color (decimal): -11922092 or 5510474. OLE color: 5510474.

HSL color Cylindrical-coordinate representation of color #4A1554: hue angle of 290.48º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A1554 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB742184-
CMYK0.120.7500.67
HSL290.48º60%20.59%-
HSV(B)290.48º75%32.94%-
XYZ4.692.638.65-
YUV44.03150.56149.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 41.34%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 84 (33.20% from 255) = 46.93%
R=41.34%
G=11.73%
B=46.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7421840.120.7500.67290.486020.59
Hex4A1554C4B0431223c15
Octal112251241411301034427425
Binary1001010101011010100110010010110100001110010001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,21,84); }

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

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

 a { background-color: rgb(74,21,84); }

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

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

 span { border-color: rgb(74,21,84); }

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