#73619D

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

Shades of Scampi #73619D

Tints of Scampi #73619D

Color information

#73619D (or 0x73619D) is unknown color: approx Scampi. HEX triplet: 73, 61 and 9D. RGB value is (115,97,157). Sum of RGB (Red+Green+Blue) = 115+97+157=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 97 (38.28% from 255 or 26.29% 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 #73619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73619D is #8C9E62. Grayscale: #6C6C6C. Windows color (decimal): -9215587 or 10314099. OLE color: 10314099.

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

Color convert

RGB11597157-
CMYK0.270.3800.38
HSL258º23.62%49.8%-
HSV(B)258º38.22%61.57%-
XYZ17.4314.6333.8-
YUV109.22154.96132.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.17%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=31.17%
G=26.29%
B=42.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115971570.270.3800.3825823.6249.8
Hex73619D1B260261021832
Octal16314123533460464023062
Binary111001111000011001110111011100110010011010000001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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