#74609D

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

Shades of Scampi #74609D

Tints of Scampi #74609D

Color information

#74609D (or 0x74609D) is unknown color: approx Scampi. HEX triplet: 74, 60 and 9D. RGB value is (116,96,157). Sum of RGB (Red+Green+Blue) = 116+96+157=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #74609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74609D is #8B9F62. Grayscale: #6C6C6C. Windows color (decimal): -9150307 or 10313844. OLE color: 10313844.

HSL color Cylindrical-coordinate representation of color #74609D: hue angle of 259.67º 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 #74609D is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11696157-
CMYK0.260.3900.38
HSL259.67º24.11%49.61%-
HSV(B)259.67º38.85%61.57%-
XYZ17.4714.5133.78-
YUV108.93155.13133.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=31.44%
G=26.02%
B=42.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116961570.260.3900.38259.6724.1149.61
Hex74609D1A270261041832
Octal16414023532470464043062
Binary111010011000001001110111010100111010011010000010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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