#74609E

Color #74609E Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #74609E

Tints of Scampi #74609E

Color information

#74609E (or 0x74609E) is unknown color: approx Scampi. HEX triplet: 74, 60 and 9E. RGB value is (116,96,158). Sum of RGB (Red+Green+Blue) = 116+96+158=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #74609E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74609E is #8B9F61. Grayscale: #6C6C6C. Windows color (decimal): -9150306 or 10379380. OLE color: 10379380.

HSL color Cylindrical-coordinate representation of color #74609E: hue angle of 259.35º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74609E is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11696158-
CMYK0.270.3900.38
HSL259.35º24.41%49.8%-
HSV(B)259.35º39.24%61.96%-
XYZ17.5614.5534.23-
YUV109.05155.63132.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=31.35%
G=25.95%
B=42.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116961580.270.3900.38259.3524.4149.8
Hex74609E1B270261031832
Octal16414023633470464033062
Binary111010011000001001111011011100111010011010000001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74609E; }

 p { color: rgb(116,96,158); }

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

<style>
 a { background-color: #74609E; }

 a { background-color: rgb(116,96,158); }

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

<style>
 span { border-color: #74609E; }

 span { border-color: rgb(116,96,158); }

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