#73619B

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

Shades of Scampi #73619B

Tints of Scampi #73619B

Color information

#73619B (or 0x73619B) is unknown color: approx Scampi. HEX triplet: 73, 61 and 9B. RGB value is (115,97,155). Sum of RGB (Red+Green+Blue) = 115+97+155=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #73619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73619B is #8C9E64. Grayscale: #6C6C6C. Windows color (decimal): -9215589 or 10183027. OLE color: 10183027.

HSL color Cylindrical-coordinate representation of color #73619B: hue angle of 258.62º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73619B is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11597155-
CMYK0.260.3700.39
HSL258.62º23.02%49.41%-
HSV(B)258.62º37.42%60.78%-
XYZ17.2614.5632.91-
YUV108.99153.96132.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.34%
GREEN value IS 97 (38.28% from 255) = 26.43%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=31.34%
G=26.43%
B=42.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115971550.260.3700.39258.6223.0249.41
Hex73619B1A250271031731
Octal16314123332450474032761
Binary111001111000011001101111010100101010011110000001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73619B; }

 p { color: rgb(115,97,155); }

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

<style>
 a { background-color: #73619B; }

 a { background-color: rgb(115,97,155); }

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

<style>
 span { border-color: #73619B; }

 span { border-color: rgb(115,97,155); }

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