#4A354F

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

Shades of Hot Purple #4A354F

Tints of Hot Purple #4A354F

Color information

#4A354F (or 0x4A354F) is unknown color: approx Hot Purple. HEX triplet: 4A, 35 and 4F. RGB value is (74,53,79). Sum of RGB (Red+Green+Blue) = 74+53+79=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A354F is #B5CAB0. Grayscale: #3E3E3E. Windows color (decimal): -11913905 or 5190986. OLE color: 5190986.

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

Color convert

RGB745379-
CMYK0.060.3300.69
HSL288.46º19.7%25.88%-
HSV(B)288.46º32.91%30.98%-
XYZ5.514.577.99-
YUV62.24137.46136.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.92%
GREEN value IS 53 (21.09% from 255) = 25.73%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=35.92%
G=25.73%
B=38.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7453790.060.3300.69288.4619.725.88
Hex4A354F621045120141a
Octal1126511764101054402432
Binary10010101101011001111110100001010001011001000001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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