#73609D

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

Shades of Scampi #73609D

Tints of Scampi #73609D

Color information

#73609D (or 0x73609D) is unknown color: approx Scampi. HEX triplet: 73, 60 and 9D. RGB value is (115,96,157). Sum of RGB (Red+Green+Blue) = 115+96+157=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #73609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73609D is #8C9F62. Grayscale: #6C6C6C. Windows color (decimal): -9215843 or 10313843. OLE color: 10313843.

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

Color convert

RGB11596157-
CMYK0.270.3900.38
HSL258.69º24.11%49.61%-
HSV(B)258.69º38.85%61.57%-
XYZ17.3414.4433.77-
YUV108.64155.29132.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 157 (61.72% from 255) = 42.66%
R=31.25%
G=26.09%
B=42.66%

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
Decimal115961570.270.3900.38258.6924.1149.61
Hex73609D1B270261031832
Octal16314023533470464033062
Binary111001111000001001110111011100111010011010000001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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